diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-03 11:36:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-03 11:36:26 +0000 |
commit | 2c4fb814e45c5d87b75c40ac8c0cc229bfe7246b (patch) | |
tree | 4f89efeebf4c4a7794ddb036b7943c506800f1b3 /target | |
parent | e3cc4924002e175bb74fcaed73f4398f14de9861 (diff) | |
download | master-187ad058-2c4fb814e45c5d87b75c40ac8c0cc229bfe7246b.tar.gz master-187ad058-2c4fb814e45c5d87b75c40ac8c0cc229bfe7246b.tar.bz2 master-187ad058-2c4fb814e45c5d87b75c40ac8c0cc229bfe7246b.zip |
malta: fix generating network configuration
With the default network config provided by package base-files present,
board_detect won't create a new config from board.json.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/malta/base-files.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/malta/base-files.mk b/target/linux/malta/base-files.mk new file mode 100644 index 0000000000..fdd2c714b2 --- /dev/null +++ b/target/linux/malta/base-files.mk @@ -0,0 +1,3 @@ +define Package/base-files/install-target + rm -f $(1)/etc/config/network +endef |