From 184891efc55f6883ec2b40ba8334a5e9004e2d38 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 14 Oct 2008 16:20:55 +0000 Subject: - extend documentation to mention adding package/foo/Config.in to package/Config.in --- docs/buildroot.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/buildroot.html b/docs/buildroot.html index 89c59701b..976af41ce 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -882,7 +882,19 @@ config BR2_PACKAGE_FOO

Of course, you can add other options to configure particular things in your software.

- +

Finally you have to add your new foo/Config.in to + package/Config.in. The files included there are + sorted alphabetically per category and are NOT + supposed to contain anything but the bare name of the package.

+
+if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
+source "package/procps/Config.in"
+endif
+
+

Note:
+ Generally all packages should live directly in the + package directory to make it easier to find them. +

The real Makefile

Finally, here's the hardest part. Create a file named -- cgit v1.2.3