diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-27 16:20:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-27 16:20:21 +0000 |
commit | 33f6145c51a85d948dbbdf8adcd287ad01ecf3ca (patch) | |
tree | 61eb944ec7d4fc9543d09accaa7438b819f9eb52 /target/linux/ar7/Makefile | |
parent | 72cc296822cc8dc43032dcb4ea0a1f61fd6fc4fd (diff) | |
download | upstream-33f6145c51a85d948dbbdf8adcd287ad01ecf3ca.tar.gz upstream-33f6145c51a85d948dbbdf8adcd287ad01ecf3ca.tar.bz2 upstream-33f6145c51a85d948dbbdf8adcd287ad01ecf3ca.zip |
include missing atm-tools to setup pppoe/a links
SVN-Revision: 16112
Diffstat (limited to 'target/linux/ar7/Makefile')
-rw-r--r-- | target/linux/ar7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index a78c703f41..67334cc5fe 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -15,8 +15,8 @@ LINUX_VERSION:=2.6.27.22 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa br2684ctl kmod-acx \ - kmod-sangam-atm-annex-a kmod-sangam-atm-annex-b +DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ + kmod-acx kmod-sangam-atm-annex-a kmod-sangam-atm-annex-b define Target/Description Build firmware images for TI AR7 based routers |