diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 19:20:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 19:20:34 +0000 |
commit | 17eba854404e31e92020821d5305b09b3c03c93b (patch) | |
tree | 746d92294129de0d98150a5fb66871d0bb7f65bd /target/linux/mpc85xx/base-files.mk | |
parent | 70d3a2f6404e2cda9fe05d654dd81b7101c75de6 (diff) | |
download | upstream-17eba854404e31e92020821d5305b09b3c03c93b.tar.gz upstream-17eba854404e31e92020821d5305b09b3c03c93b.tar.bz2 upstream-17eba854404e31e92020821d5305b09b3c03c93b.zip |
mpc85xx: add user-space support for the TL-WDR4900 v1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35733 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/base-files.mk')
-rw-r--r-- | target/linux/mpc85xx/base-files.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/base-files.mk b/target/linux/mpc85xx/base-files.mk new file mode 100644 index 0000000000..d6682bd388 --- /dev/null +++ b/target/linux/mpc85xx/base-files.mk @@ -0,0 +1,5 @@ +define Package/base-files/install-target + rm -f $(1)/etc/config/network +endef + + |