mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-04 04:31:08 +00:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
define Build/Compile
|
|
$(call Build/Compile/Default)
|
|
endef
|
|
|
|
define Package/base-files/install-target
|
|
rm -f $(1)/etc/config/network
|
|
endef
|
|
|
|
|