diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:48:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-01 22:48:51 +0000 |
commit | 80221fcd2a66e6a1a4ebd79d98ae881a549fc521 (patch) | |
tree | ab5a5da1c0faf84a65c1b3c22983a36f353995b0 /target/linux/ramips/base-files.mk | |
parent | 4f6c58adac8422300040b7bc9e64f94a70e37946 (diff) | |
download | upstream-80221fcd2a66e6a1a4ebd79d98ae881a549fc521.tar.gz upstream-80221fcd2a66e6a1a4ebd79d98ae881a549fc521.tar.bz2 upstream-80221fcd2a66e6a1a4ebd79d98ae881a549fc521.zip |
ramips: remove default network configuration, and generate that from uci-defaults
SVN-Revision: 29387
Diffstat (limited to 'target/linux/ramips/base-files.mk')
-rw-r--r-- | target/linux/ramips/base-files.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files.mk b/target/linux/ramips/base-files.mk new file mode 100644 index 0000000000..d6682bd388 --- /dev/null +++ b/target/linux/ramips/base-files.mk @@ -0,0 +1,5 @@ +define Package/base-files/install-target + rm -f $(1)/etc/config/network +endef + + |