This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32941
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
0c450f1f47
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0c450f1f47'
${ noResults }
freifunkist-firmware
/
package
/
utils
/
nvram
/
src
/
Makefile
8 lines
94 B
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
10 years ago
all
:
nvram
rename unvram to nvram SVN-Revision: 15437
16 years ago
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
10 years ago
nvram
:
$(
CC
)
$(
CFLAGS
)
-o
$@
cli.c crc.c nvram.c
$(
LDFLAGS
)
rename unvram to nvram SVN-Revision: 15437
16 years ago
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
10 years ago
rm -f nvram