diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-05-15 04:31:25 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2016-05-16 18:00:34 +0200 |
commit | 70eb03469f0406784b9be3204ef74e6d53e50a23 (patch) | |
tree | 5989f4cb9e73f50e11f9920e552255c032042b01 /target/linux/oxnas/Makefile | |
parent | 449aba4fe849ce51c54c32689546e8d99da7f756 (diff) | |
download | upstream-70eb03469f0406784b9be3204ef74e6d53e50a23.tar.gz upstream-70eb03469f0406784b9be3204ef74e6d53e50a23.tar.bz2 upstream-70eb03469f0406784b9be3204ef74e6d53e50a23.zip |
oxnas: reorganize image build code and nuke profiles
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/Makefile')
-rw-r--r-- | target/linux/oxnas/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile index f4a01f189f..0ee349836f 100644 --- a/target/linux/oxnas/Makefile +++ b/target/linux/oxnas/Makefile @@ -21,8 +21,9 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-ata-core kmod-ata-oxnas-sata kmod-button-hotplug \ - kmod-input-gpio-keys-polled kmod-leds-gpio kmod-usb2-oxnas \ - uboot-envtools uboot-oxnas-ox820 + kmod-input-gpio-keys-polled kmod-ledtrig-usbdev kmod-leds-gpio \ + kmod-usb2-oxnas kmod-usb-storage uboot-envtools \ + uboot-oxnas-ox820 KERNELNAME:=zImage dtbs |