This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv4
Watch
1
Star
0
Fork
You've already forked openwrtv4
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3a3cd0ac43
openwrtv4
/
package
/
utils
/
nvram
/
src
/
Makefile
8 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
nvram: remove libnvram.so, it is unused and incompatible to the broadcom API anyway Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43698
2014-12-13 23:58:35 +00:00
all
:
nvram
rename unvram to nvram SVN-Revision: 15437
2009-04-27 12:58:54 +00:00
nvram: remove libnvram.so, it is unused and incompatible to the broadcom API anyway Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43698
2014-12-13 23:58:35 +00:00
nvram
:
$(
CC
)
$(
CFLAGS
)
-o
$@
cli.c crc.c nvram.c
$(
LDFLAGS
)
rename unvram to nvram SVN-Revision: 15437
2009-04-27 12:58:54 +00:00
clean
:
nvram: remove libnvram.so, it is unused and incompatible to the broadcom API anyway Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43698
2014-12-13 23:58:35 +00:00
rm -f nvram
Reference in a new issue
Copy permalink