diff options
author | Luka Perkov <luka@openwrt.org> | 2013-11-05 08:00:34 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-11-05 08:00:34 +0000 |
commit | cb07269988cd3be7cbbd3278081c5688ae8d7616 (patch) | |
tree | 140051364b271b5d49c01c572e3e534f7e0d0842 /target/linux/sunxi/base-files.mk | |
parent | da224973af13644fb0b76d9422234a1f89e53134 (diff) | |
download | upstream-cb07269988cd3be7cbbd3278081c5688ae8d7616.tar.gz upstream-cb07269988cd3be7cbbd3278081c5688ae8d7616.tar.bz2 upstream-cb07269988cd3be7cbbd3278081c5688ae8d7616.zip |
sunxi: add new target
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38651
Diffstat (limited to 'target/linux/sunxi/base-files.mk')
-rw-r--r-- | target/linux/sunxi/base-files.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/sunxi/base-files.mk b/target/linux/sunxi/base-files.mk new file mode 100644 index 0000000000..fdd2c714b2 --- /dev/null +++ b/target/linux/sunxi/base-files.mk @@ -0,0 +1,3 @@ +define Package/base-files/install-target + rm -f $(1)/etc/config/network +endef |