Skip to content
Snippets Groups Projects
Unverified Commit b113e0f5 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

ramips-rt305x: remove opkg and USB packages from 4M flash boards (#1807)

reduce size by removing dispensable packages,
to fix builds of this target in most cases.
parent a3fd203e
No related branches found
No related tags found
No related merge requests found
config '# CONFIG_KERNEL_KALLSYMS is not set' config '# CONFIG_KERNEL_KALLSYMS is not set'
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
no_opkg()
local STRIP_USB_PACKAGES = {
'-kmod-usb-core',
'-kmod-usb-dwc2',
'-kmod-usb-ledtrig-usbport',
}
-- A5 -- A5
device('a5-v11', 'a5-v11', { device('a5-v11', 'a5-v11', {
deprecated = true, -- 4/32 deprecated = true, -- 4/32
packages = STRIP_USB_PACKAGES,
}) })
...@@ -11,6 +22,7 @@ device('a5-v11', 'a5-v11', { ...@@ -11,6 +22,7 @@ device('a5-v11', 'a5-v11', {
device('d-link-dir-615-h1', 'dir-615-h1', { device('d-link-dir-615-h1', 'dir-615-h1', {
deprecated = true, -- 4/32 deprecated = true, -- 4/32
packages = STRIP_USB_PACKAGES,
}) })
device('d-link-dir-615-d', 'dir-615-d', { device('d-link-dir-615-d', 'dir-615-d', {
...@@ -21,6 +33,7 @@ device('d-link-dir-615-d', 'dir-615-d', { ...@@ -21,6 +33,7 @@ device('d-link-dir-615-d', 'dir-615-d', {
'd-link-dir-615-d4', 'd-link-dir-615-d4',
}, },
deprecated = true, -- 4/32 deprecated = true, -- 4/32
packages = STRIP_USB_PACKAGES,
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment