aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/avr32/base-files.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-12 13:28:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-12 13:28:19 +0000
commitde0d19ac3d8d53325dc9f72f907063fcde49a837 (patch)
treed2605713841896c188c2bb1b0945ea733a06a7ef /target/linux/avr32/base-files.mk
parent73caeba5228e8404381cea1f550dfbde099b910b (diff)
downloadupstream-de0d19ac3d8d53325dc9f72f907063fcde49a837.tar.gz
upstream-de0d19ac3d8d53325dc9f72f907063fcde49a837.tar.bz2
upstream-de0d19ac3d8d53325dc9f72f907063fcde49a837.zip
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
Diffstat (limited to 'target/linux/avr32/base-files.mk')
-rw-r--r--target/linux/avr32/base-files.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/avr32/base-files.mk b/target/linux/avr32/base-files.mk
new file mode 100644
index 0000000000..d6682bd388
--- /dev/null
+++ b/target/linux/avr32/base-files.mk
@@ -0,0 +1,5 @@
+define Package/base-files/install-target
+ rm -f $(1)/etc/config/network
+endef
+
+