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