1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 12:18:04 +03:00
openwrt-xburst/target/linux/brcm-2.4/base-files.mk

10 lines
139 B
Makefile
Raw Normal View History

define Build/Compile
$(call Build/Compile/Default)
endef
define Package/base-files/install-target
rm -f $(1)/etc/config/network
endef