diff options
Diffstat (limited to 'package/dummy/Config.in')
-rw-r--r-- | package/dummy/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/dummy/Config.in b/package/dummy/Config.in new file mode 100644 index 000000000..19e8632ef --- /dev/null +++ b/package/dummy/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_DUMMY + bool "dummy" + default n + help + This is a dummy package to show how to integrate a new package into + Buildroot. The syntax for this file is the default kbuild from the + Linux kernel, more information at + http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=Documentation/kbuild |