diff options
author | Roman Yeryomin <romans.jerjomins@saftehnika.com> | 2013-06-02 17:10:10 +0300 |
---|---|---|
committer | Roman Yeryomin <romans.jerjomins@saftehnika.com> | 2013-06-02 17:10:10 +0300 |
commit | 963eaf3485d0d532d197a1835ca9fd92101914e5 (patch) | |
tree | f1161a21ee6370931730ab01899a6062cbc79c19 /target/linux/realtek/Makefile | |
parent | 70d382ffd65e0b2a548b0f71ecba708966153efa (diff) |
repartition default packages
Signed-off-by: Roman Yeryomin <romans.jerjomins@saftehnika.com>
Diffstat (limited to 'target/linux/realtek/Makefile')
-rw-r--r-- | target/linux/realtek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 5c77fbff3..c2bc1e895 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.30.9 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += libopenssl librtk-inband hostapd hostapd-rtk wpa-supplicant-rtk kmod-cfg80211 +DEFAULT_PACKAGES += librtk-inband hostapd-rtk wpa-supplicant-rtk kmod-cfg80211 kmod-mac80211 kmod-gpio_rtl8196c DEFAULT_CFLAGS=-Os -pipe -fno-caller-saves -march=rlx4181 |