From d1c3a9485a90fff9bf7083faba4138e14dcdae7d Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Fri, 31 Mar 2017 04:31:21 -0500 Subject: apm821xx: Add default packages to NAND target This moves core router packages to the NAND target, to ensure they are applied to all images. This change is being done due to an issue found when flashing the MX60W image, which came without these when built as a multi image. Signed-off-by: Chris Blake --- target/linux/apm821xx/nand/profiles/00-default.mk | 4 ++-- target/linux/apm821xx/nand/target.mk | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'target/linux/apm821xx/nand') diff --git a/target/linux/apm821xx/nand/profiles/00-default.mk b/target/linux/apm821xx/nand/profiles/00-default.mk index 12c38ec7ba..8c2203f5a9 100644 --- a/target/linux/apm821xx/nand/profiles/00-default.mk +++ b/target/linux/apm821xx/nand/profiles/00-default.mk @@ -9,10 +9,10 @@ define Profile/Default NAME:=Default Profile PRIORITY:=1 PACKAGES := badblocks block-mount e2fsprogs \ - kmod-ath9k kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \ + kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \ kmod-md-mod kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \ kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \ - kmod-spi-gpio partx-utils swconfig wpad-mini + kmod-spi-gpio partx-utils endef define Profile/Default/Description diff --git a/target/linux/apm821xx/nand/target.mk b/target/linux/apm821xx/nand/target.mk index a7d88b87c5..2dce530cef 100644 --- a/target/linux/apm821xx/nand/target.mk +++ b/target/linux/apm821xx/nand/target.mk @@ -1,6 +1,8 @@ BOARDNAME:=Devices with NAND flash (Routers) FEATURES += nand pcie ramdisk squashfs usb +DEFAULT_PACKAGES += kmod-ath9k swconfig wpad-mini + define Target/Description Build firmware images for APM821XX boards with NAND flash. For routers like the MR24 or the WNDR4700. -- cgit v1.2.3