mirror of https://github.com/hak5/openwrt.git
6 lines
80 B
Makefile
6 lines
80 B
Makefile
|
define Package/base-files/install-target
|
||
|
rm -f $(1)/etc/config/network
|
||
|
endef
|
||
|
|
||
|
|