ramips: fix rt2x00 handling of default packages for subtargets
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41145
This commit is contained in:
parent
ca6ba637cd
commit
231f15c9db
|
@ -15,9 +15,8 @@ FEATURES:=squashfs gpio
|
||||||
LINUX_VERSION:=3.10.36
|
LINUX_VERSION:=3.10.36
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES+=\
|
DEFAULT_PACKAGES += \
|
||||||
kmod-leds-gpio kmod-gpio-button-hotplug \
|
kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig
|
||||||
kmod-rt2800-pci kmod-rt2800-soc wpad-mini swconfig
|
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink RT288x/RT3xxx based boards.
|
Build firmware images for Ralink RT288x/RT3xxx based boards.
|
||||||
|
|
|
@ -9,6 +9,8 @@ FEATURES+=usb
|
||||||
CPU_TYPE:=24kec
|
CPU_TYPE:=24kec
|
||||||
CPU_SUBTYPE:=dsp
|
CPU_SUBTYPE:=dsp
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink MT7620a based boards.
|
Build firmware images for Ralink MT7620a based boards.
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -9,6 +9,8 @@ FEATURES+=usb
|
||||||
CPU_TYPE:=24kec
|
CPU_TYPE:=24kec
|
||||||
CPU_SUBTYPE:=dsp
|
CPU_SUBTYPE:=dsp
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES += kmod-rt2800-soc
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink MT7620n based boards.
|
Build firmware images for Ralink MT7620n based boards.
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -9,6 +9,8 @@ FEATURES+=usb
|
||||||
CPU_TYPE:=24kec
|
CPU_TYPE:=24kec
|
||||||
CPU_SUBTYPE:=dsp
|
CPU_SUBTYPE:=dsp
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES += kmod-rt2800-pci
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink MT7621 based boards.
|
Build firmware images for Ralink MT7621 based boards.
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -6,6 +6,8 @@ SUBTARGET:=rt288x
|
||||||
BOARDNAME:=RT288x based boards
|
BOARDNAME:=RT288x based boards
|
||||||
CPU_TYPE:=mips32r2
|
CPU_TYPE:=mips32r2
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES += kmod-rt2800-soc
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink RT288x based boards.
|
Build firmware images for Ralink RT288x based boards.
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -9,6 +9,8 @@ FEATURES+=usb
|
||||||
CPU_TYPE:=24kec
|
CPU_TYPE:=24kec
|
||||||
CPU_SUBTYPE:=dsp
|
CPU_SUBTYPE:=dsp
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES += kmod-rt2800-soc
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink RT3x5x/RT5350 based boards.
|
Build firmware images for Ralink RT3x5x/RT5350 based boards.
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -9,6 +9,8 @@ FEATURES+=usb pci
|
||||||
CPU_TYPE:=24kec
|
CPU_TYPE:=24kec
|
||||||
CPU_SUBTYPE:=dsp2
|
CPU_SUBTYPE:=dsp2
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink RT3662/RT3883 based boards.
|
Build firmware images for Ralink RT3662/RT3883 based boards.
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue