projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e9ee4
)
remove default network config for brcm
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 Sep 2006 23:51:30 +0000
(23:51 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 Sep 2006 23:51:30 +0000
(23:51 +0000)
SVN-Revision: 4752
openwrt/package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/Makefile
b/openwrt/package/base-files/Makefile
index dce07fe5074e315d40a5a3372f47c642542025ef..d6e62b5ae5b26d9d138982924fd3f4e94b8cb09a 100644
(file)
--- a/
openwrt/package/base-files/Makefile
+++ b/
openwrt/package/base-files/Makefile
@@
-133,6
+133,7
@@
define Package/base-files$(TARGET)/install-ar7
$(CP) $(PKG_BUILD_DIR)/adam2patcher $(1)/sbin
endef
define Package/base-files$(TARGET)/install-brcm
+ rm -f $(1)/etc/config/network
mkdir -p $(1)/sbin
$(CP) $(PKG_BUILD_DIR)/jffs2root $(1)/sbin
endef