diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-02-22 18:55:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-02-22 18:55:21 +0000 |
commit | 4906d4533ae6114da92268a3ecc3ebf2e786d3de (patch) | |
tree | e544a074dee415b6b793463f5966eeedeb708020 /target | |
parent | 086b7e33f12d65caf979250263a3c353eb13b7a7 (diff) | |
download | upstream-4906d4533ae6114da92268a3ecc3ebf2e786d3de.tar.gz upstream-4906d4533ae6114da92268a3ecc3ebf2e786d3de.tar.bz2 upstream-4906d4533ae6114da92268a3ecc3ebf2e786d3de.zip |
include pppoa and br2684 packages by default (#4648)
SVN-Revision: 14626
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index b30764062e..b01c6c9a84 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -15,6 +15,8 @@ LINUX_VERSION:=2.6.26.8 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa br2684ctl + define Target/Description Build firmware images for TI AR7 based routers endef |