diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-19 14:56:21 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-08-19 14:56:21 +0000 |
commit | e8487a49e417076ce0a8bec53f662ae61d51df62 (patch) | |
tree | 7f23aad45fd2563af1289dc31dfdfdba2c4629ea /target/linux/ar7/Makefile | |
parent | 9c4245c7e18ef696939051caaaaf7fe58f164b05 (diff) | |
download | upstream-e8487a49e417076ce0a8bec53f662ae61d51df62.tar.gz upstream-e8487a49e417076ce0a8bec53f662ae61d51df62.tar.bz2 upstream-e8487a49e417076ce0a8bec53f662ae61d51df62.zip |
add swconfig to the default set of packages
SVN-Revision: 22728
Diffstat (limited to 'target/linux/ar7/Makefile')
-rw-r--r-- | target/linux/ar7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index 72b3d5c4a5..ff9ebe0ba4 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -16,7 +16,7 @@ LINUX_VERSION:=2.6.32.16 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl \ - kmod-acx + kmod-acx swconfig define Target/Description Build firmware images for TI AR7 based routers. |