1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 06:54:58 +01:00

remove default network config for brcm

SVN-Revision: 4752
This commit is contained in:
Felix Fietkau 2006-09-04 23:51:30 +00:00
parent e8e9ee4981
commit 1ffd601344

@ -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