summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 14:34:51 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 14:34:51 +0100
commit63d7c4fb5544cd6fc243183a362bb8f2b05b5261 (patch)
tree5c85893d5f8a170002f8f69aaaf1f4d3d1406a38
parentb7a3f399f23ae80a4177f91a5cbbe4e90e4dd2b4 (diff)
downloadtomato-63d7c4fb5544cd6fc243183a362bb8f2b05b5261.tar.gz
tomato-63d7c4fb5544cd6fc243183a362bb8f2b05b5261.tar.bz2
added a missing makefile for ppp/Makefile (which build pppoecd which is all we need)
-rw-r--r--release/src/router/ppp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/src/router/ppp/Makefile b/release/src/router/ppp/Makefile
new file mode 100644
index 00000000..1b26f4eb
--- /dev/null
+++ b/release/src/router/ppp/Makefile
@@ -0,0 +1,5 @@
+all:
+ cd pppoecd; $(MAKE) install
+
+install:
+ cd pppoecd; $(MAKE) install