forked from Ivasoft/openwrt
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 <chrisrblake93@gmail.com>
This commit is contained in:
committed by
Felix Fietkau
parent
837285b832
commit
d1c3a9485a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user