diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-10 01:55:38 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-10 01:55:38 +0200 |
commit | ef6ded206fcebd9852df1f649139afd05db60985 (patch) | |
tree | 407df6ce08ad0d49325ffaa361dd6351e8ccf164 | |
parent | c1db77f01848b4da256426383559a553547a81d5 (diff) |
move around files
-rwxr-xr-x | dummy/netifd-proto.sh (renamed from proto/netifd-proto.sh) | 0 | ||||
l--------- | dummy/proto/netifd-proto.sh | 1 | ||||
-rwxr-xr-x | dummy/proto/ppp.sh | 2 |
3 files changed, 1 insertions, 2 deletions
diff --git a/proto/netifd-proto.sh b/dummy/netifd-proto.sh index d15505c..d15505c 100755 --- a/proto/netifd-proto.sh +++ b/dummy/netifd-proto.sh diff --git a/dummy/proto/netifd-proto.sh b/dummy/proto/netifd-proto.sh deleted file mode 120000 index b313293..0000000 --- a/dummy/proto/netifd-proto.sh +++ /dev/null @@ -1 +0,0 @@ -../../proto/netifd-proto.sh
\ No newline at end of file diff --git a/dummy/proto/ppp.sh b/dummy/proto/ppp.sh index 8e8ceb2..cd57145 100755 --- a/dummy/proto/ppp.sh +++ b/dummy/proto/ppp.sh @@ -1,6 +1,6 @@ #!/bin/sh -. netifd-proto.sh +. ../netifd-proto.sh ppp_init_config() { proto_config_add_string "username" |