diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 12:33:06 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 12:33:06 +0000 |
| commit | 445b861749781b117ebf7e0f479bcdf88bd9cb98 (patch) | |
| tree | aadea6228300fe2a58aa97ab10498237e3523513 /openwrt/target/linux/package/Makefile | |
| parent | 87eac4e652d2d1a6ceb594908e56563fab352175 (diff) | |
| download | mtk-20170518-445b861749781b117ebf7e0f479bcdf88bd9cb98.zip mtk-20170518-445b861749781b117ebf7e0f479bcdf88bd9cb98.tar.gz mtk-20170518-445b861749781b117ebf7e0f479bcdf88bd9cb98.tar.bz2 | |
allow building of kernel-specific stuff in package/ instead of target/linux/package/ and merge target/linux/package/base-files into package/base-files
SVN-Revision: 3855
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
| -rw-r--r-- | openwrt/target/linux/package/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index 138404a..ecaae0a 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -2,7 +2,6 @@ include $(TOPDIR)/rules.mk include ../rules.mk -package-y += base-files package-$(CONFIG_PACKAGE_KMOD_ALSA) += alsa package-$(CONFIG_PACKAGE_KMOD_FUSE) += fuse package-$(CONFIG_PACKAGE_KMOD_HOSTAP) += hostap |
