diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-07 15:07:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-07 15:07:47 +0000 |
commit | ee7fcc6d27d4578e940c3e2d04d26479f2c65d27 (patch) | |
tree | 5950df1daf6674cec343b4be4e14b116ad6b6824 | |
parent | 72694c21eb640ebb543760399a6a04104fdbbec2 (diff) | |
download | upstream-ee7fcc6d27d4578e940c3e2d04d26479f2c65d27.tar.gz upstream-ee7fcc6d27d4578e940c3e2d04d26479f2c65d27.tar.bz2 upstream-ee7fcc6d27d4578e940c3e2d04d26479f2c65d27.zip |
include kmod-acx in default images
SVN-Revision: 15691
-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 627fe22ad5..f0cb5311b6 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -15,7 +15,7 @@ LINUX_VERSION:=2.6.27.22 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa br2684ctl +DEFAULT_PACKAGES+= kmod-pppoa ppp-mod-pppoa br2684ctl kmod-acx define Target/Description Build firmware images for TI AR7 based routers |