summaryrefslogtreecommitdiff
path: root/package/unvram/src/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-04-27 12:57:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-27 12:57:29 +0000
commit6eec3954effc6702e2f8459b27d77d5fe86e8c60 (patch)
tree2c1f9aa637492ceabcbececbfad463f5ddc5c24a /package/unvram/src/Makefile
parent128b623ec87d8f22412c40436a610e6a03517745 (diff)
downloadmtk-20170518-6eec3954effc6702e2f8459b27d77d5fe86e8c60.zip
mtk-20170518-6eec3954effc6702e2f8459b27d77d5fe86e8c60.tar.gz
mtk-20170518-6eec3954effc6702e2f8459b27d77d5fe86e8c60.tar.bz2
unvram: rename executable to "nvram" and place it in /usr/sbin, add fixup init script from old nvram package
SVN-Revision: 15435
Diffstat (limited to 'package/unvram/src/Makefile')
-rw-r--r--package/unvram/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/unvram/src/Makefile b/package/unvram/src/Makefile
index 7f92aa8..4872728 100644
--- a/package/unvram/src/Makefile
+++ b/package/unvram/src/Makefile
@@ -1,4 +1,4 @@
-CLI_FILENAME = unvram
+CLI_FILENAME = nvram
LIB_VERMAJOR = 0
LIB_VERMINOR = 1
@@ -30,4 +30,4 @@ libnvram:
-o $(LIB_FILENAME).$(LIB_VERMAJOR).$(LIB_VERMINOR) $(LIB_OBJ)
clean:
- rm -f nvram $(LIB_FILENAME)* *.o
+ rm -f $(CLI_FILENAME) $(LIB_FILENAME)* *.o