diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-24 15:36:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-24 15:36:05 +0000 |
commit | 0333da8943275324d366d562b70f90febbe97e7d (patch) | |
tree | d01138f8aa9c91cccbf8e85e4fe0f4bb27d602d4 /include/package-defaults.mk | |
parent | 96afb90f3f96c15cd4bfd6a050538292074cf9da (diff) | |
download | upstream-0333da8943275324d366d562b70f90febbe97e7d.tar.gz upstream-0333da8943275324d366d562b70f90febbe97e7d.tar.bz2 upstream-0333da8943275324d366d562b70f90febbe97e7d.zip |
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
Diffstat (limited to 'include/package-defaults.mk')
-rw-r--r-- | include/package-defaults.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-defaults.mk b/include/package-defaults.mk index 2896b4c783..09efaa39b8 100644 --- a/include/package-defaults.mk +++ b/include/package-defaults.mk @@ -17,6 +17,7 @@ define Package/Default CONFIGFILE:= SECTION:=opt CATEGORY:=Extra packages + PACKAGE_SUBDIR:=$(FEED) DEPENDS:= MDEPENDS:= CONFLICTS:= |