rename packages to buildroot_packages

fix BR2_SAMPLE_PACKAGE to PACKAGE_SAMPLE_PACKAGE on README

Add some more README.adoc to subdirs.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-02 22:00:08 +00:00
parent df3a22052e
commit 07a000cae7
20 changed files with 36 additions and 51 deletions

View File

@@ -0,0 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
int main(void) {
puts("hello sample_package");
return EXIT_SUCCESS;
}