Skip to content
Snippets Groups Projects
Unverified Commit 8e00149f authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

targets: add deprecated flags as appropriate

parent 912490c0
No related branches found
No related tags found
No related merge requests found
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y' config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
no_opkg() no_opkg()
packages { packages {
'-uboot-envtools', '-uboot-envtools',
'-kmod-usb-core', '-kmod-usb-core',
...@@ -9,6 +10,10 @@ packages { ...@@ -9,6 +10,10 @@ packages {
'-kmod-usb-ledtrig-usbport', '-kmod-usb-ledtrig-usbport',
} }
defaults {
deprecated = true, -- 4/32
}
-- D-Link -- D-Link
......
...@@ -2,12 +2,16 @@ config '# CONFIG_KERNEL_KALLSYMS is not set' ...@@ -2,12 +2,16 @@ config '# CONFIG_KERNEL_KALLSYMS is not set'
-- A5 -- A5
device('a5-v11', 'a5-v11') device('a5-v11', 'a5-v11', {
deprecated = true, -- 4/32
})
-- D-Link -- D-Link
device('d-link-dir-615-h1', 'dir-615-h1') device('d-link-dir-615-h1', 'dir-615-h1', {
deprecated = true, -- 4/32
})
device('d-link-dir-615-d', 'dir-615-d', { device('d-link-dir-615-d', 'dir-615-d', {
aliases = { aliases = {
...@@ -16,6 +20,7 @@ device('d-link-dir-615-d', 'dir-615-d', { ...@@ -16,6 +20,7 @@ device('d-link-dir-615-d', 'dir-615-d', {
'd-link-dir-615-d3', 'd-link-dir-615-d3',
'd-link-dir-615-d4', 'd-link-dir-615-d4',
}, },
deprecated = true, -- 4/32
}) })
......
GLUON_WLAN_MESH_11s := $(filter 11s,$(GLUON_WLAN_MESH)) GLUON_WLAN_MESH_11s := $(filter 11s,$(GLUON_WLAN_MESH))
$(eval $(call GluonTarget,ar71xx,generic)) $(eval $(call GluonTarget,ar71xx,generic))
ifneq ($(GLUON_DEPRECATED),0)
$(eval $(call GluonTarget,ar71xx,tiny)) $(eval $(call GluonTarget,ar71xx,tiny))
endif
$(eval $(call GluonTarget,ar71xx,nand)) $(eval $(call GluonTarget,ar71xx,nand))
$(eval $(call GluonTarget,brcm2708,bcm2708)) $(eval $(call GluonTarget,brcm2708,bcm2708))
$(eval $(call GluonTarget,brcm2708,bcm2709)) $(eval $(call GluonTarget,brcm2708,bcm2709))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment