projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
md5sum was left out
[openwrt.git]
/
package
/
nvram
/
Makefile
diff --git
a/package/nvram/Makefile
b/package/nvram/Makefile
index
e053a43
..
6020bfc
100644
(file)
--- a/
package/nvram/Makefile
+++ b/
package/nvram/Makefile
@@
-16,7
+16,7
@@
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
endef
TITLE:=Broadcom config utility
endef
@@
-30,12
+30,8
@@
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)/lib{nvram,shared}*.so $(1)/usr/lib/
endef
define Package/nvram/install
endef
define Package/nvram/install
This page took
0.026506 seconds
and
4
git commands to generate.