mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-04 18:21:14 +00:00
7 lines
161 B
Makefile
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
|
|
|