projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] base-files: unconditionally unlock the rootfs_data partition (#7437)
[openwrt.git]
/
package
/
button-hotplug
/
Makefile
diff --git
a/package/button-hotplug/Makefile
b/package/button-hotplug/Makefile
index
b75f107
..
3579142
100644
(file)
--- a/
package/button-hotplug/Makefile
+++ b/
package/button-hotplug/Makefile
@@
-16,8
+16,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/button-hotplug
SUBMENU:=Other modules
TITLE:=Button Hotplug driver
- DEPENDS:=@LINUX_2_6
- FILES:=$(PKG_BUILD_DIR)/button-hotplug.$(LINUX_KMOD_SUFFIX)
+ FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko
KCONFIG:=
endef
This page took
0.022951 seconds
and
4
git commands to generate.