summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Yeryomin <romans.jerjomins@saftehnika.com>2013-06-14 13:27:58 +0300
committerRoman Yeryomin <romans.jerjomins@saftehnika.com>2013-06-14 13:27:58 +0300
commit60d8f69105bf8c226b8a7e4299cc869d757cd149 (patch)
tree364ba0aa4c334b3a57503f2a0097375b9c73c184
parent51709d8b0ff92751e66519e1cca69a4d9c7765c4 (diff)
Remove {mac,cfg}80211 from default packages as realtek wireless driver doesn't use them anyway and append wireless-tools
Signed-off-by: Roman Yeryomin <romans.jerjomins@saftehnika.com>
-rw-r--r--target/linux/realtek/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile
index c2bc1e895..b2d7fc865 100644
--- a/target/linux/realtek/Makefile
+++ b/target/linux/realtek/Makefile
@@ -14,7 +14,8 @@ FEATURES:=squashfs jffs2
LINUX_VERSION:=2.6.30.9
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += librtk-inband hostapd-rtk wpa-supplicant-rtk kmod-cfg80211 kmod-mac80211 kmod-gpio_rtl8196c
+DEFAULT_PACKAGES += librtk-inband hostapd-rtk wpa-supplicant-rtk kmod-gpio_rtl8196c \
+ wireless-tools
DEFAULT_CFLAGS=-Os -pipe -fno-caller-saves -march=rlx4181