aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-03 10:00:16 +0000
committerJohn Crispin <john@openwrt.org>2013-04-03 10:00:16 +0000
commit7e54357bd585f644b686755eda5a94264ea5b218 (patch)
tree2489000ce2637e534129966569e565909b48f377 /target
parent37401dca92d4f68b384eaeeaf9819272eae0a2a7 (diff)
downloadupstream-7e54357bd585f644b686755eda5a94264ea5b218.tar.gz
upstream-7e54357bd585f644b686755eda5a94264ea5b218.tar.bz2
upstream-7e54357bd585f644b686755eda5a94264ea5b218.zip
fix ALL5002 default package selection
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36175
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/rt305x/profiles/allnet.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/profiles/allnet.mk b/target/linux/ramips/rt305x/profiles/allnet.mk
index 35f6332d21..4ec2ffdd5c 100644
--- a/target/linux/ramips/rt305x/profiles/allnet.mk
+++ b/target/linux/ramips/rt305x/profiles/allnet.mk
@@ -31,7 +31,8 @@ $(eval $(call Profile,ALL0256N))
define Profile/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
define Profile/ALL5002/Description