2
0
forked from Ivasoft/openwrt

oxnas: reorganize image build code and nuke profiles

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2016-05-15 04:31:25 +02:00
parent 449aba4fe8
commit 70eb03469f
7 changed files with 36 additions and 119 deletions

View File

@@ -7,11 +7,11 @@
define Profile/Default
NAME:=Default Profile
PRIORITY:=1
PACKAGES:=\
kmod-usb-core kmod-usb3 kmod-ledtrig-usbdev \
kmod-usb-storage \
kmod-i2c-gpio kmod-rtc-pcf8563 kmod-rtc-ds1307 \
kmod-gpio-beeper kmod-hwmon-core kmod-hwmon-gpiofan
kmod-i2c-gpio kmod-gpio-beeper kmod-hwmon-core \
kmod-hwmon-gpiofan kmod-rtc-pcf8563 kmod-rtc-ds1307 \
kmod-usb3
endef
define Profile/Default/Description