diff options
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 000000000..968a23fdb --- /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 b1b87fd15..eea5a3aa0 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: |