diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-12 13:28:19 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-12 13:28:19 +0000 |
commit | 3dd95b31f0c04efbe92bedf5f99b8f99afd59eca (patch) | |
tree | 934e3fbc3ae30a37ce74f42eaa711ee4bd200647 /target/linux/avr32/base-files.mk | |
parent | 753edd1952ff43789db3298c0f27fe43b2eba338 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35979 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/avr32/base-files.mk')
-rw-r--r-- | target/linux/avr32/base-files.mk | 5 |
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 + + |