diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 00:06:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 00:06:20 +0000 |
commit | 35d1297447cc2d8cf4c1037079beafe876094b87 (patch) | |
tree | abaa34bdde876fc22b783aa1c3c445615ac50b75 /openwrt/package/nvram | |
parent | 196076cf2f58b0239a2a9df7d2b09274d23b81ec (diff) | |
download | mtk-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.in | 7 | ||||
-rw-r--r-- | openwrt/package/nvram/Makefile | 7 |
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: |