You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/x86/base-files.mk

7 lines
161 B
Makefile

ifneq ($(TARGET_x86_generic_Soekris48xx)$(TARGET_x86_generic_Soekris45xx),)
define Package/base-files/install-target
rm -f $(1)/etc/config/network
endef
endif