[Buildroot] [PATCH 3/3] aufs: added 'fs' dir to $(LINUX_DIR)

Steffen Hoenig s.hoenig at openthinclient.com
Thu Jul 31 17:20:50 UTC 2014


For later calls of linux-menuconfig, you need the Kconfig of aufs

Signed-off-by: Steffen Hoenig <s.hoenig at openthinclient.com>
---
 package/aufs/aufs.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/aufs/aufs.mk b/package/aufs/aufs.mk
index c1b21c4..5d072bb 100644
--- a/package/aufs/aufs.mk
+++ b/package/aufs/aufs.mk
@@ -27,6 +27,7 @@ define AUFS_INSTALL_STAGING_CMDS
 	$(MAKE) -C $(@D) $(LINUX_MAKE_FLAGS) KDIR=$(LINUX_DIR) usr/include/linux/aufs_type.h
 	$(INSTALL) -p -m 0644 $(@D)/usr/include/linux/aufs_type.h \
 		$(STAGING_DIR)/usr/include/linux
+	tar cf - -C $(@D) fs | (cd $(LINUX_DIR) && tar xf -)
 endef
 
 define AUFS_INSTALL_TARGET_CMDS
-- 
1.9.1



More information about the buildroot mailing list