projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
root users folder is now in the fs and no longer /tmp
[openwrt.git]
/
target
/
linux
/
x86
/
base-files.mk
1
define Package/base-files/install-target
2
mkdir -p $(1)/root
3
endef
4
5