mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
1c2dbe4e94
This scripts adds a default config for the switch. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40565
4 lines
78 B
Makefile
4 lines
78 B
Makefile
define Package/base-files/install-target
|
|
rm -f $(1)/etc/config/network
|
|
endef
|