diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-07 15:07:47 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-07 15:07:47 +0000 |
commit | af6b3d98dd3d92e6e97a308da890caf54ce47600 (patch) | |
tree | 281729c2e90dd7fcb5bb4cf8523ae5cfe56e502e | |
parent | 6146d297a8f116285dc9d3111a5d259d8274f0a4 (diff) |
[ar7] include kmod-acx in default images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15691 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |