base-files.mk 175 B

123456
  1. ifneq ($(CONFIG_TARGET_x86_generic_Soekris48xx)$(CONFIG_TARGET_x86_generic_Soekris45xx),)
  2. define Package/base-files/install-target
  3. rm -f $(1)/etc/config/network
  4. endef
  5. endif