diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-30 20:39:41 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-30 20:39:41 +0000 |
commit | 4b45fed00627295ee88632dbf81e020ed96e5860 (patch) | |
tree | f822e56baa85716a567ca08e31458dfc1a1cc8aa /package/dummy/Config.in | |
parent | 0a7c0c04f18755d8f9f34859b573ed85513031ee (diff) | |
download | buildroot-novena-4b45fed00627295ee88632dbf81e020ed96e5860.tar.gz buildroot-novena-4b45fed00627295ee88632dbf81e020ed96e5860.zip |
Add example package
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 |