diff options
author | John Crispin <john@openwrt.org> | 2013-04-03 10:00:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-03 10:00:16 +0000 |
commit | 7e54357bd585f644b686755eda5a94264ea5b218 (patch) | |
tree | 2489000ce2637e534129966569e565909b48f377 /target/linux/ramips/rt305x | |
parent | 37401dca92d4f68b384eaeeaf9819272eae0a2a7 (diff) | |
download | upstream-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/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/allnet.mk | 3 |
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 |