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 | |
parent | 70d382ffd65e0b2a548b0f71ecba708966153efa (diff) |
repartition default packages
Signed-off-by: Roman Yeryomin <romans.jerjomins@saftehnika.com>
-rw-r--r-- | target/linux/realtek/Makefile | 2 | ||||
-rw-r--r-- | target/linux/realtek/profiles/100-nprove.mk | 6 |
2 files changed, 5 insertions, 3 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 diff --git a/target/linux/realtek/profiles/100-nprove.mk b/target/linux/realtek/profiles/100-nprove.mk index 0eef8daac..c34e5ca8b 100644 --- a/target/linux/realtek/profiles/100-nprove.mk +++ b/target/linux/realtek/profiles/100-nprove.mk @@ -1,9 +1,11 @@ define Profile/nprove NAME:=nprove - PACKAGES:=kmod-tun kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-utf8 kmod-usb-serial kmod-usb-serial-option \ + PACKAGES:= \ + kmod-tun kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-utf8 \ + kmod-usb-serial kmod-usb-serial-option \ kmod-usb-storage kmod-usb-printer \ luci luci-app-diag-devinfo luci-app-p910nd luci-app-qos luci-app-wol \ - librt libiw query3g maccalc + librt libiw query3g maccalc libopenssl endef define Profile/nprove/Description |