diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-07 21:11:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-07 21:11:16 +0000 |
commit | 2687c81ab04416219827f21caeeb225ecf925bc3 (patch) | |
tree | 670baa74910c018f7d9f208f98cd2a2d225e5453 /package/p54/Makefile | |
parent | fa2828f9e510237f9de49b50145c9377dbb0d88c (diff) | |
download | upstream-2687c81ab04416219827f21caeeb225ecf925bc3.tar.gz upstream-2687c81ab04416219827f21caeeb225ecf925bc3.tar.bz2 upstream-2687c81ab04416219827f21caeeb225ecf925bc3.zip |
fix p54 compile
SVN-Revision: 9511
Diffstat (limited to 'package/p54/Makefile')
-rw-r--r-- | package/p54/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/p54/Makefile b/package/p54/Makefile index c69bfd6074..fc576866a4 100644 --- a/package/p54/Makefile +++ b/package/p54/Makefile @@ -95,7 +95,9 @@ ifneq ($(findstring 2.6.23,$(LINUX_VERSION)),) modules endef else - override CONFIG_kmod-p54= + override CONFIG_PACKAGE_kmod-p54-common= + override CONFIG_PACKAGE_kmod-p54-pci= + override CONFIG_PACKAGE_kmod-p54-usb= endif define KernelPackage/p54-pci/install |