summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-04 23:51:30 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-04 23:51:30 +0000
commit6c87a8b8776b202a6c6eb913b8dbea80654e30dc (patch)
tree0d9babe35bb505fb33f393d1ecf0dfbb4e29d946 /package
parent8f6ae33da8081909c28a5d9524f31dacfe028ec6 (diff)
remove default network config for brcm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4752 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index dce07fe50..d6e62b5ae 100644
--- a/package/base-files/Makefile
+++ b/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