diff options
author | John Crispin <blogic@openwrt.org> | 2013-04-03 10:00:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-04-03 10:00:16 +0000 |
commit | 37b08bf00566d18b0f60dd0b242fbd084e2f8a98 (patch) | |
tree | b130de5b62c12e4810ddd4bedca354539cac5e8b /target/linux/ramips/rt305x | |
parent | 3e76a101735145b9bd4bd55b53b6e3ab753e0121 (diff) | |
download | upstream-37b08bf00566d18b0f60dd0b242fbd084e2f8a98.tar.gz upstream-37b08bf00566d18b0f60dd0b242fbd084e2f8a98.tar.bz2 upstream-37b08bf00566d18b0f60dd0b242fbd084e2f8a98.zip |
[ramips] fix ALL5002 default package selection
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36175 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |