This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2025-01-09 06:22:54 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
8262c99fc3
openwrt
/
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 New Issue
Copy Permalink