projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: fix package name of kmod-input-gpio-buttons
[openwrt.git]
/
package
/
spi-ks8995
/
Makefile
diff --git
a/package/spi-ks8995/Makefile
b/package/spi-ks8995/Makefile
index
26b9d12
..
0be9fe3
100644
(file)
--- a/
package/spi-ks8995/Makefile
+++ b/
package/spi-ks8995/Makefile
@@
-14,10
+14,9
@@
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define KernelPackage/spi-ks8995
include $(INCLUDE_DIR)/package.mk
define KernelPackage/spi-ks8995
- SUBMENU:=
Other modules
+ SUBMENU:=
SPI Support
TITLE:=Micrel/Kendin KS8995 Ethernet switch control
TITLE:=Micrel/Kendin KS8995 Ethernet switch control
- DEPENDS:=@LINUX_2_6
- FILES:=$(PKG_BUILD_DIR)/spi_ks8995.$(LINUX_KMOD_SUFFIX)
+ FILES:=$(PKG_BUILD_DIR)/spi_ks8995.ko
KCONFIG:=CONFIG_SPI=y \
CONFIG_SPI_MASTER=y
AUTOLOAD:=$(call AutoLoad,50,spi_ks8995)
KCONFIG:=CONFIG_SPI=y \
CONFIG_SPI_MASTER=y
AUTOLOAD:=$(call AutoLoad,50,spi_ks8995)
This page took
0.023033 seconds
and
4
git commands to generate.