diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-02-14 17:21:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-02-14 17:21:41 +0000 |
commit | ea1c0bfb48ed20db209e2b15f2b23d8962e2b133 (patch) | |
tree | cdb5c53f11873d2fa68b9363014f93b1789aefb7 /openwrt/package/Makefile | |
parent | 018f85aebad66fd17265c5c2f275231038641cf8 (diff) | |
download | mtk-20170518-ea1c0bfb48ed20db209e2b15f2b23d8962e2b133.zip mtk-20170518-ea1c0bfb48ed20db209e2b15f2b23d8962e2b133.tar.gz mtk-20170518-ea1c0bfb48ed20db209e2b15f2b23d8962e2b133.tar.bz2 |
fix pciutils build
SVN-Revision: 3239
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 7ba3267..94a68f7 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -160,6 +160,7 @@ package-$(BR2_COMPILE_OSIRIS) += osiris package-$(BR2_PACKAGE_PALANTIR) += palantir package-$(BR2_PACKAGE_P910ND) += p910nd package-$(BR2_PACKAGE_PARPROUTED) += parprouted +package-$(BR2_PACKAGE_PCIUTILS) += pciutils package-$(BR2_COMPILE_PCMCIA_CS) += pcmcia-cs package-$(BR2_COMPILE_PCRE) += pcre package-$(BR2_PACKAGE_PEERCAST) += peercast |