diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-23 15:16:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-23 15:16:12 +0000 |
commit | e3f9e8928fbbc916ce6616ea39f6cbfef9b8c1cc (patch) | |
tree | 12e0b9999d9e28727e2c4d080d023fa05cf0e033 /target | |
parent | 3c68b47895569935ccf95956b7e3ee874447bbf8 (diff) | |
download | upstream-e3f9e8928fbbc916ce6616ea39f6cbfef9b8c1cc.tar.gz upstream-e3f9e8928fbbc916ce6616ea39f6cbfef9b8c1cc.tar.bz2 upstream-e3f9e8928fbbc916ce6616ea39f6cbfef9b8c1cc.zip |
select gpioctl by default on atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13040 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 81562d9cc3..fdc83e577c 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -15,7 +15,7 @@ LINUX_VERSION:=2.6.26.7 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-madwifi +DEFAULT_PACKAGES += kmod-madwifi gpioctl define Target/Description Build firmware images for Atheros SoC boards |