projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a workaround preventing libtool from hardcoding library path in shared libs
[openwrt.git]
/
target
/
linux
/
ar7
/
patches-2.6.26
/
130-vlynq.patch
diff --git
a/target/linux/ar7/patches-2.6.26/130-vlynq.patch
b/target/linux/ar7/patches-2.6.26/130-vlynq.patch
index
c1e04a6
..
41940b3
100644
(file)
--- a/
target/linux/ar7/patches-2.6.26/130-vlynq.patch
+++ b/
target/linux/ar7/patches-2.6.26/130-vlynq.patch
@@
-1,6
+1,6
@@
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
-@@ -100,5 +100,7 @@
+@@ -100,5 +100,7 @@
source "drivers/auxdisplay/Kconfig"
source "drivers/uio/Kconfig"
source "drivers/uio/Kconfig"
@@
-10,7
+10,7
@@
endmenu
--- a/drivers/Makefile
+++ b/drivers/Makefile
endmenu
--- a/drivers/Makefile
+++ b/drivers/Makefile
-@@ -92,5 +92,6 @@
+@@ -92,5 +92,6 @@
obj-$(CONFIG_DCA) += dca/
obj-$(CONFIG_HID) += hid/
obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_OF) += of/
obj-$(CONFIG_HID) += hid/
obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_OF) += of/
This page took
0.03764 seconds
and
4
git commands to generate.