include: group kmod ipk files into a "kernel" subdirectory
This is useful to just use the kmods from an official build while supplying base packages from a custom feed or the other way around; for just overriding the kmods with a local repo while using official repos for the rest. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48475
This commit is contained in:
@@ -137,9 +137,9 @@ endif
|
||||
PACKAGE_SUBDIRS=.
|
||||
ifneq ($(CONFIG_PER_FEED_REPO),)
|
||||
ifneq ($(CONFIG_PER_FEED_REPO_ADD_DISABLED),)
|
||||
PACKAGE_SUBDIRS=base $(FEEDS_AVAILABLE)
|
||||
PACKAGE_SUBDIRS=base kernel $(FEEDS_AVAILABLE)
|
||||
else
|
||||
PACKAGE_SUBDIRS=base $(FEEDS_ENABLED)
|
||||
PACKAGE_SUBDIRS=base kernel $(FEEDS_ENABLED)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user