X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fuboot-envtools%2FMakefile;h=74da5ea125506d4eed188197674db403351e5807;hp=8169840d9a88677c9baa0840f7a224e6bf141075;hb=2dfb7a0dd959aad0ba239b1446f4d41f0c41b668;hpb=d8a9f5a77240b819109b7c1fcc90888998f5d295 diff --git a/package/uboot-envtools/Makefile b/package/uboot-envtools/Makefile index 8169840d9a..74da5ea125 100644 --- a/package/uboot-envtools/Makefile +++ b/package/uboot-envtools/Makefile @@ -26,20 +26,6 @@ define Package/uboot-envtools CATEGORY:=Utilities TITLE:=read/modify U-Boot bootloader environment URL:=http://www.denx.de/wiki/U-Boot - MENU:=1 -endef - -define Package/uboot-envtools/config - menu "Configuration" - depends on PACKAGE_uboot-envtools - - config PACKAGE_uboot-envtools_setenv_symlink - bool "Create fw_setenv symlink" - default n - help - With this option selected you will be able to edit U-Boot bootloader environment. - - endmenu endef define Package/uboot-envtools/description @@ -60,9 +46,7 @@ endef define Package/uboot-envtools/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/fw_printenv $(1)/usr/sbin -ifneq ($(CONFIG_PACKAGE_uboot-envtools_setenv_symlink),) ln -s fw_printenv $(1)/usr/sbin/fw_setenv -endif $(INSTALL_DIR) $(1)/lib $(INSTALL_DATA) ./files/uboot-envtools.sh $(1)/lib ifneq ($(CONFIG_TARGET_ar71xx),) @@ -77,6 +61,10 @@ ifneq ($(CONFIG_TARGET_lantiq),) $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_BIN) ./files/lantiq $(1)/etc/uci-defaults/uboot-envtools endif +ifneq ($(CONFIG_TARGET_ramips),) + $(INSTALL_DIR) $(1)/etc/uci-defaults + $(INSTALL_BIN) ./files/ramips $(1)/etc/uci-defaults/uboot-envtools +endif endef $(eval $(call BuildPackage,uboot-envtools))