summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/base-files.mk
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-29 16:39:15 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-29 16:39:15 +0000
commit3a3aa7378b980fcd2ef7c1284d52ec4fe510aacb (patch)
treee21efa23691a02af6c1aebf8f216ddb55cdc373c /target/linux/kirkwood/base-files.mk
parent436c9f6d34c31e0173a60953858fe42b238822e4 (diff)
kirkwood: use uci-defaults to configure different boards
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31990 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..fdd2c714b
--- /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