projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix empty download dir error
[openwrt.git]
/
package
/
nvram
/
Makefile
diff --git
a/package/nvram/Makefile
b/package/nvram/Makefile
index
e7a59a7
..
2bcc3af
100644
(file)
--- a/
package/nvram/Makefile
+++ b/
package/nvram/Makefile
@@
-16,11
+16,12
@@
include $(INCLUDE_DIR)/package.mk
define Package/nvram
SECTION:=utils
CATEGORY:=Utilities
define Package/nvram
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@TARGET_
BRCM
_2_4
+ 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
@@
-29,12
+30,12
@@
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/
+ mkdir -p $(
1
)/usr/lib
+ $(CP) $(PKG_BUILD_DIR)/lib{nvram,shared}*.so $(
1
)/usr/lib/
endef
define Build/UninstallDev
endef
define Build/UninstallDev
- rm -f $(
STAGING_DIR
)/usr/lib/lib{nvram,shared}*.so
+ rm -f $(
1
)/usr/lib/lib{nvram,shared}*.so
endef
define Package/nvram/install
endef
define Package/nvram/install
This page took
0.029701 seconds
and
4
git commands to generate.