diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-04 23:51:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-04 23:51:30 +0000 |
commit | 6c87a8b8776b202a6c6eb913b8dbea80654e30dc (patch) | |
tree | 0d9babe35bb505fb33f393d1ecf0dfbb4e29d946 /package/base-files/Makefile | |
parent | 8f6ae33da8081909c28a5d9524f31dacfe028ec6 (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/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index dce07fe507..d6e62b5ae5 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 |