6 lines
66 B
Makefile
6 lines
66 B
Makefile
|
define Package/base-files/install-target
|
||
|
mkdir $(1)/root
|
||
|
endef
|
||
|
|
||
|
|