diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-02 12:56:11 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-02 12:56:11 +0000 |
commit | 4e8ede7ff5bf607e128522a18c54358a023e74ea (patch) | |
tree | d15e19ccee131dbbe13d66e85a55ca87530dc618 /target/linux/lantiq/falcon/profiles/000-generic.mk | |
parent | 9e4f84afb0d45c041040a62bc293a02a3fc0bbf8 (diff) |
[lantiq]
remove unknown package names from DEFAULT:=
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26403 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 166c52bb84..a447bca0bb 100644 --- a/target/linux/lantiq/falcon/profiles/000-generic.mk +++ b/target/linux/lantiq/falcon/profiles/000-generic.mk @@ -5,8 +5,7 @@ define Profile/Generic kmod-dm9000 \ kmod-i2c-core kmod-i2c-algo-bit kmod-i2c-gpio kmod-eeprom-at24 \ kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 \ - gpon-dti-agent \ - uboot-easy980x0_norflash uboot-easy980x0_serialflash uboot-easy98020 + gpon-dti-agent endef $(eval $(call Profile,Generic)) |