This website requires JavaScript.
Explore
Help
Sign In
fish
/
immortalwrt
Watch
1
Star
0
Fork
0
You've already forked immortalwrt
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d646ea8a00
immortalwrt
/
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-14 07:58:35 +08:00
all
:
nvram
rename unvram to nvram SVN-Revision: 15437
2009-04-27 20:58:54 +08: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-14 07:58:35 +08:00
nvram
:
$(
CC
)
$(
CFLAGS
)
-o
$@
cli.c crc.c nvram.c
$(
LDFLAGS
)
rename unvram to nvram SVN-Revision: 15437
2009-04-27 20:58:54 +08: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-14 07:58:35 +08:00
rm -f nvram
Reference in New Issue
Copy Permalink