summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/rtl8196c/profiles/nprove.mk
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2013-08-29 18:39:39 +0300
committerRoman Yeryomin <roman@advem.lv>2013-08-29 18:39:39 +0300
commite72c70157d1102b1aa4d718178343535228b1aa2 (patch)
treea4aedefddff73cd33da158bf77bbfec907248270 /target/linux/realtek/rtl8196c/profiles/nprove.mk
parentbad24f47b7d7197326b97d61fd2534bf5bee7c4d (diff)
Fix subtargets, profiling and profiled image generation.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/rtl8196c/profiles/nprove.mk')
-rw-r--r--target/linux/realtek/rtl8196c/profiles/nprove.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/realtek/rtl8196c/profiles/nprove.mk b/target/linux/realtek/rtl8196c/profiles/nprove.mk
index c94a902ca..29f88a831 100644
--- a/target/linux/realtek/rtl8196c/profiles/nprove.mk
+++ b/target/linux/realtek/rtl8196c/profiles/nprove.mk
@@ -5,21 +5,21 @@
# See /LICENSE for more information.
#
-define Profile/NPROVE
- NAME:=Nprove router
+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 \
- kmod-usb-storage kmod-usb-printer \
- luci luci-app-diag-devinfo luci-app-p910nd luci-app-qos luci-app-wol \
- librt libiw query3g maccalc libopenssl \
- usb-modeswitch usb-modeswitch-data usbutils \
- firewall
+ 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 libopenssl \
+ usb-modeswitch usb-modeswitch-data usbutils \
+ firewall
endef
-define Profile/NPROVE/Description
+define Profile/nprove/Description
Package set optimized for the Nprove boards.
endef
-$(eval $(call Profile,NPROVE))
+$(eval $(call Profile,nprove))