oxnas: clean up default package selection
Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43673 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
80ac5b013a
commit
b4924f5e2f
|
@ -7,8 +7,6 @@
|
||||||
|
|
||||||
define Profile/POGOPLUG_PRO
|
define Profile/POGOPLUG_PRO
|
||||||
NAME:=PogoPlug Pro
|
NAME:=PogoPlug Pro
|
||||||
PACKAGES:= \
|
|
||||||
uboot-envtools kmod-usb2-oxnas
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/POGOPLUG_PRO/Description
|
define Profile/POGOPLUG_PRO/Description
|
||||||
|
@ -18,8 +16,6 @@ endef
|
||||||
|
|
||||||
define Profile/POGOPLUG_V3
|
define Profile/POGOPLUG_V3
|
||||||
NAME:=PogoPlug V3
|
NAME:=PogoPlug V3
|
||||||
PACKAGES:= \
|
|
||||||
uboot-envtools kmod-usb2-oxnas
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/POGOPLUG_V3/Description
|
define Profile/POGOPLUG_V3/Description
|
||||||
|
@ -29,8 +25,6 @@ endef
|
||||||
|
|
||||||
define Profile/STG212
|
define Profile/STG212
|
||||||
NAME:=MitraStar STG-212
|
NAME:=MitraStar STG-212
|
||||||
PACKAGES:= \
|
|
||||||
uboot-envtools kmod-usb2-oxnas
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/STG212/Description
|
define Profile/STG212/Description
|
||||||
|
@ -40,8 +34,8 @@ endef
|
||||||
define Profile/KD20
|
define Profile/KD20
|
||||||
NAME:=Shuttle KD20
|
NAME:=Shuttle KD20
|
||||||
PACKAGES:= \
|
PACKAGES:= \
|
||||||
uboot-envtools kmod-usb2-oxnas kmod-usb3 kmod-usb-storage \
|
kmod-usb3 kmod-usb-storage kmod-i2c-gpio kmod-rtc-pcf8563 \
|
||||||
kmod-rtc-pcf8563 kmod-gpio-beeper
|
kmod-gpio-beeper
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/KD20/Description
|
define Profile/KD20/Description
|
||||||
|
|
Loading…
Reference in New Issue