fix ALL5002 default package selection
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36175
This commit is contained in:
parent
37401dca92
commit
7e54357bd5
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ $(eval $(call Profile,ALL0256N))
|
||||||
|
|
||||||
define Profile/ALL5002
|
define Profile/ALL5002
|
||||||
NAME:=Allnet ALL5002
|
NAME:=Allnet ALL5002
|
||||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
|
||||||
|
kmod-i2c-core kmod-i2c-gpio kmod-hwmon-lm92 kmod-gpio-pcf857x
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/ALL5002/Description
|
define Profile/ALL5002/Description
|
||||||
|
|
Loading…
Reference in a new issue