summaryrefslogtreecommitdiff
path: root/openwrt/package/nvram
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-22 00:06:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-22 00:06:20 +0000
commit35d1297447cc2d8cf4c1037079beafe876094b87 (patch)
treeabaa34bdde876fc22b783aa1c3c445615ac50b75 /openwrt/package/nvram
parent196076cf2f58b0239a2a9df7d2b09274d23b81ec (diff)
downloadmtk-20170518-35d1297447cc2d8cf4c1037079beafe876094b87.zip
mtk-20170518-35d1297447cc2d8cf4c1037079beafe876094b87.tar.gz
mtk-20170518-35d1297447cc2d8cf4c1037079beafe876094b87.tar.bz2
large build system cleanup. added some stuff to control the verbosity level, but not complete, yet.
SVN-Revision: 2221
Diffstat (limited to 'openwrt/package/nvram')
-rw-r--r--openwrt/package/nvram/Config.in7
-rw-r--r--openwrt/package/nvram/Makefile7
2 files changed, 7 insertions, 7 deletions
diff --git a/openwrt/package/nvram/Config.in b/openwrt/package/nvram/Config.in
new file mode 100644
index 0000000..968a23f
--- /dev/null
+++ b/openwrt/package/nvram/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_NVRAM
+ tristate "nvram - broadcom config utility"
+ default y
+ depends BR2_LINUX_2_4_BRCM
+ help
+ control utility for broadcom's 'nvram' config area
+
diff --git a/openwrt/package/nvram/Makefile b/openwrt/package/nvram/Makefile
index b1b87fd..eea5a3a 100644
--- a/openwrt/package/nvram/Makefile
+++ b/openwrt/package/nvram/Makefile
@@ -9,13 +9,6 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
include $(TOPDIR)/package/rules.mk
-# does not depend on menuconfig
-ifneq ($(BOARD)-$(KERNEL),brcm-2.4)
-BR2_PACKAGE_NVRAM:=m
-else
-BR2_PACKAGE_NVRAM:=y
-endif
-
$(eval $(call PKG_template,NVRAM,nvram,$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.prepared: