1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/target/linux/avr32/base-files.mk
Gabor Juhos 402a58fcf0 avr32: create network config dynamically
The default network configuration from base-files
is not correct for the NGW100 board.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35979
2013-03-12 13:28:19 +00:00

6 lines
80 B
Makefile

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