projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move curl from packages to trunk, opkg depends on it
[openwrt.git]
/
package
/
nvram
/
Makefile
diff --git
a/package/nvram/Makefile
b/package/nvram/Makefile
index
87e8b06
..
7e31bcf
100644
(file)
--- a/
package/nvram/Makefile
+++ b/
package/nvram/Makefile
@@
-11,18
+11,17
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=nvram
PKG_RELEASE:=1
PKG_NAME:=nvram
PKG_RELEASE:=1
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
-
include $(INCLUDE_DIR)/package.mk
define Package/nvram
SECTION:=utils
CATEGORY:=Utilities
include $(INCLUDE_DIR)/package.mk
define Package/nvram
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@
LINUX_2_4_BRCM
+ DEPENDS:=@
TARGET_brcm_2_4
TITLE:=Broadcom config utility
TITLE:=Broadcom config utility
- DESCRIPTION:=\
- This package contains an utility to control broadcom's 'nvram' config \\\
- area.
+endef
+
+define Package/nvram/description
+ This package contains an utility to control broadcom's 'nvram' config area.
endef
define Build/Prepare
endef
define Build/Prepare
@@
-31,17
+30,15
@@
define Build/Prepare
endef
define Build/InstallDev
endef
define Build/InstallDev
- mkdir -p $(STAGING_DIR)/usr/lib
- $(CP) $(PKG_BUILD_DIR)/lib{nvram,shared}*.so $(STAGING_DIR)/usr/lib/
-endef
-
-define Build/UninstallDev
- rm -f $(STAGING_DIR)/usr/lib/lib{nvram,shared}*.so
+ mkdir -p $(1)/usr/lib
+ $(CP) $(PKG_BUILD_DIR)/libnvram*.so $(1)/usr/lib/
endef
define Package/nvram/install
endef
define Package/nvram/install
+ $(INSTALL_DIR) $(1)/etc/init.d
+ $(INSTALL_BIN) ./files/nvram.init $(1)/etc/init.d/nvram
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_BUILD_DIR)/lib
{nvram,shared}
*.so $(1)/usr/lib/
+ $(CP) $(PKG_BUILD_DIR)/lib
nvram
*.so $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nvram $(1)/usr/sbin/
endef
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nvram $(1)/usr/sbin/
endef
This page took
0.024493 seconds
and
4
git commands to generate.