remove default network config for brcm
SVN-Revision: 4752
This commit is contained in:
parent
e8e9ee4981
commit
1ffd601344
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ define Package/base-files$(TARGET)/install-ar7
|
||||||
$(CP) $(PKG_BUILD_DIR)/adam2patcher $(1)/sbin
|
$(CP) $(PKG_BUILD_DIR)/adam2patcher $(1)/sbin
|
||||||
endef
|
endef
|
||||||
define Package/base-files$(TARGET)/install-brcm
|
define Package/base-files$(TARGET)/install-brcm
|
||||||
|
rm -f $(1)/etc/config/network
|
||||||
mkdir -p $(1)/sbin
|
mkdir -p $(1)/sbin
|
||||||
$(CP) $(PKG_BUILD_DIR)/jffs2root $(1)/sbin
|
$(CP) $(PKG_BUILD_DIR)/jffs2root $(1)/sbin
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue