summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/falcon/profiles/000-generic.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-11-11 21:59:11 +0000
committerJohn Crispin <john@openwrt.org>2011-11-11 21:59:11 +0000
commitfda4ee22a04670489b3a4254783d8075fece9878 (patch)
tree9b667d36fbc88b780a8dbb186f1769dcbe4120c0 /target/linux/lantiq/falcon/profiles/000-generic.mk
parente1dc73be9075fbdbdf03f0efe3992350273ceca1 (diff)
downloadmaster-31e0f0ae-fda4ee22a04670489b3a4254783d8075fece9878.tar.gz
master-31e0f0ae-fda4ee22a04670489b3a4254783d8075fece9878.tar.bz2
master-31e0f0ae-fda4ee22a04670489b3a4254783d8075fece9878.zip
lantiq: improve falcon package selection
SVN-Revision: 28962
Diffstat (limited to 'target/linux/lantiq/falcon/profiles/000-generic.mk')
-rw-r--r--target/linux/lantiq/falcon/profiles/000-generic.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/lantiq/falcon/profiles/000-generic.mk b/target/linux/lantiq/falcon/profiles/000-generic.mk
index a447bca0bb..480e58eefe 100644
--- a/target/linux/lantiq/falcon/profiles/000-generic.mk
+++ b/target/linux/lantiq/falcon/profiles/000-generic.mk
@@ -1,9 +1,8 @@
define Profile/Generic
NAME:=Generic - all boards
PACKAGES:= \
- kmod-leds-gpio \
kmod-dm9000 \
- kmod-i2c-core kmod-i2c-algo-bit kmod-i2c-gpio kmod-eeprom-at24 \
+ kmod-i2c-core kmod-i2c-falcon-lantiq kmod-eeprom-at24 \
kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 \
gpon-dti-agent
endef