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 | 4da13625d5e60842dac6ca274bc95258b4d2f2e2 (patch) | |
tree | 85679e14b8ae95001bc1361cfca86d74b9fdc06e /target/linux/mpc85xx/base-files.mk | |
parent | bd2c77b264c39861a1e03c8a0d8b14787ef4cf68 (diff) | |
download | upstream-4da13625d5e60842dac6ca274bc95258b4d2f2e2.tar.gz upstream-4da13625d5e60842dac6ca274bc95258b4d2f2e2.tar.bz2 upstream-4da13625d5e60842dac6ca274bc95258b4d2f2e2.zip |
mpc85xx: add user-space support for the TL-WDR4900 v1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35733
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 + + |