summaryrefslogtreecommitdiff
path: root/target/linux/kirkwood/base-files.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-29 16:39:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-29 16:39:15 +0000
commitba3ad2451426b5a9db9294ed8ebedc7757c2c6e0 (patch)
treeb05a4c827c6326d9240c1a8888f18c49c00aff5f /target/linux/kirkwood/base-files.mk
parentc71838faa1dc9ade9918abbc61b587ff35880a53 (diff)
downloadmtk-20170518-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.zip
mtk-20170518-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.tar.gz
mtk-20170518-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.tar.bz2
kirkwood: use uci-defaults to configure different boards
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31990
Diffstat (limited to 'target/linux/kirkwood/base-files.mk')
-rw-r--r--target/linux/kirkwood/base-files.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/kirkwood/base-files.mk b/target/linux/kirkwood/base-files.mk
new file mode 100644
index 0000000..fdd2c71
--- /dev/null
+++ b/target/linux/kirkwood/base-files.mk
@@ -0,0 +1,3 @@
+define Package/base-files/install-target
+ rm -f $(1)/etc/config/network
+endef