aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-10-05 20:06:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-10-05 20:06:19 +0000
commit15a97a206f7ad45feae0364f07799fecc029ded5 (patch)
tree4843b5eb46c0909065e212e699f3e02e61c0db7b /target/linux/rb532/Makefile
parentc5b9198996ad17afa7cea580144604c389eaa7fa (diff)
downloadmaster-187ad058-15a97a206f7ad45feae0364f07799fecc029ded5.tar.gz
master-187ad058-15a97a206f7ad45feae0364f07799fecc029ded5.tar.bz2
master-187ad058-15a97a206f7ad45feae0364f07799fecc029ded5.zip
[rb532] add kmod-input-rb532 by default in the rb532 profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17928 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532/Makefile')
-rw-r--r--target/linux/rb532/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile
index 4a0a41a6a6..6344af4065 100644
--- a/target/linux/rb532/Makefile
+++ b/target/linux/rb532/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -14,6 +14,6 @@ FEATURES:=jffs2 pci tgz
LINUX_VERSION:=2.6.30.8
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += hostapd-mini kmod-madwifi
+DEFAULT_PACKAGES += hostapd-mini kmod-madwifi kmod-input-rb532
$(eval $(call BuildTarget))