tn3399_openwrt/target/linux/avr32/base-files.mk
Gabor Juhos de0d19ac3d 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