diff options
author | John Crispin <john@openwrt.org> | 2011-11-11 21:59:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-11-11 21:59:11 +0000 |
commit | fda4ee22a04670489b3a4254783d8075fece9878 (patch) | |
tree | 9b667d36fbc88b780a8dbb186f1769dcbe4120c0 /target/linux/lantiq/falcon/profiles/000-generic.mk | |
parent | e1dc73be9075fbdbdf03f0efe3992350273ceca1 (diff) | |
download | upstream-fda4ee22a04670489b3a4254783d8075fece9878.tar.gz upstream-fda4ee22a04670489b3a4254783d8075fece9878.tar.bz2 upstream-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.mk | 3 |
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 |