Răsfoiți Sursa

kernel update and different fixes for lemote

Waldemar Brodkorb 11 ani în urmă
părinte
comite
2d7243fe9d
34 a modificat fișierele cu 508 adăugiri și 318 ștergeri
  1. 4 9
      Config.in
  2. 4 10
      mk/kernel-ver.mk
  3. 2 1
      package/libffi/Makefile
  4. 0 10
      package/libffi/patches/patch-Makefile_in
  5. 14 0
      package/libffi/patches/patch-configure_ac
  6. 9 0
      package/libffi/patches/patch-include_Makefile_am
  7. 0 11
      package/libffi/patches/patch-include_Makefile_in
  8. 5 1
      package/ncurses/Makefile
  9. 169 0
      package/ncurses/files/rxvt-unicode.ti
  10. 170 0
      package/ncurses/files/rxvt.ti
  11. 2 2
      package/rxvt-unicode/Makefile
  12. 4 5
      target/linux/config/Config.in.netfilter.ip4
  13. 0 0
      target/linux/patches/3.4.71/bsd-compatibility.patch
  14. 0 0
      target/linux/patches/3.4.71/cris-etrax.patch
  15. 0 0
      target/linux/patches/3.4.71/defaults.patch
  16. 0 0
      target/linux/patches/3.4.71/gemalto.patch
  17. 0 0
      target/linux/patches/3.4.71/lemote-rfkill.patch
  18. 0 0
      target/linux/patches/3.4.71/module-alloc-size-check.patch
  19. 0 0
      target/linux/patches/3.4.71/non-static.patch
  20. 0 0
      target/linux/patches/3.4.71/sparc-include.patch
  21. 0 0
      target/linux/patches/3.4.71/startup.patch
  22. 0 0
      target/linux/patches/3.4.71/usb-defaults-off.patch
  23. 0 0
      target/linux/patches/3.4.71/uuid.patch
  24. 0 0
      target/linux/patches/3.4.71/vga-cons-default-off.patch
  25. 0 0
      target/linux/patches/3.4.71/wlan-cf.patch
  26. 0 0
      target/linux/patches/3.4.71/zlib-inflate.patch
  27. 125 269
      target/mips/kernel64.config
  28. 0 0
      toolchain/kernel-headers/patches/3.4.71/aufs2.patch
  29. 0 0
      toolchain/kernel-headers/patches/3.4.71/cleankernel.patch
  30. 0 0
      toolchain/kernel-headers/patches/3.4.71/etrax-header.patch
  31. 0 0
      toolchain/kernel-headers/patches/3.4.71/linux-gcc-check.patch
  32. 0 0
      toolchain/kernel-headers/patches/3.4.71/microperl.patch
  33. 0 0
      toolchain/kernel-headers/patches/3.4.71/mkpiggy.patch
  34. 0 0
      toolchain/kernel-headers/patches/3.4.71/relocs.patch

+ 4 - 9
Config.in

@@ -95,7 +95,7 @@ prompt "Kernel Version"
 depends on ADK_TOOLCHAIN_ONLY
 
 config ADK_KERNEL_VERSION_TOOLCHAIN
-	prompt "3.9.11"
+	prompt "3.11.10"
 	boolean
 	depends on ADK_TOOLCHAIN_ONLY
 
@@ -110,12 +110,8 @@ config ADK_KERNEL_VERSION_3_11_10
 	prompt "3.11.10"
 	boolean
 
-config ADK_KERNEL_VERSION_3_9_11
-	prompt "3.9.11"
-	boolean
-
-config ADK_KERNEL_VERSION_3_4_65
-	prompt "3.4.65"
+config ADK_KERNEL_VERSION_3_4_71
+	prompt "3.4.71"
 	boolean
 
 endchoice
@@ -123,8 +119,7 @@ endchoice
 config ADK_KERNEL_VERSION
 	string
 	default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
-	default "3.9.11" if ADK_KERNEL_VERSION_3_9_11
-	default "3.4.65" if ADK_KERNEL_VERSION_3_4_65
+	default "3.4.71" if ADK_KERNEL_VERSION_3_4_71
 	help
 
 config ADK_KERNEL_COMP_GZIP_RASPBERRY_PI

+ 4 - 10
mk/kernel-ver.mk

@@ -1,5 +1,5 @@
 ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:=	3.9.11
+KERNEL_VERSION:=	3.11.10
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		edbf88eb7f7d34dbd5d3887726790755
@@ -10,15 +10,9 @@ KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		59f352d3f4e2cdf6755f79e09fa09176
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_9_11),y)
-KERNEL_VERSION:=	3.9.11
-KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
-KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		edbf88eb7f7d34dbd5d3887726790755
-endif
-ifeq ($(ADK_KERNEL_VERSION_3_4_65),y)
-KERNEL_VERSION:=	3.4.65
+ifeq ($(ADK_KERNEL_VERSION_3_4_71),y)
+KERNEL_VERSION:=	3.4.71
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		c1d4cbf921a74e0234006d6cd9a3ac2b
+KERNEL_MD5SUM:=		d6183a3809c6d3f6779043b6e9f482ca
 endif

+ 2 - 1
package/libffi/Makefile

@@ -9,7 +9,7 @@ PKG_RELEASE:=		1
 PKG_MD5SUM:=		45f3b6dbc9ee7c7dfbbbc5feba571529
 PKG_DESCR:=		Foreign Function Interface library
 PKG_SECTION:=		libs
-PKG_BUILDDEP:=		libffi-host
+PKG_BUILDDEP:=		autotool libffi-host
 PKG_URL:=		http://sourceware.org/libffi/
 PKG_SITES:=		ftp://sourceware.org/pub/libffi/
 PKG_OPTS:=		dev
@@ -20,6 +20,7 @@ include ${TOPDIR}/mk/package.mk
 $(eval $(call HOST_template,LIBFFI,libffi,${PKG_VERSION}-${PKG_RELEASE}))
 $(eval $(call PKG_template,LIBFFI,libffi,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
 
+AUTOTOOL_STYLE:=	autoreconf
 HOST_STYLE:=		auto
 HOST_CONFIGURE_ARGS+=	--disable-builddir
 CONFIGURE_ARGS+=	--disable-builddir

+ 0 - 10
package/libffi/patches/patch-Makefile_in

@@ -1,10 +0,0 @@
---- libffi-3.0.9.orig/Makefile.in	2009-12-31 13:41:43.000000000 +0100
-+++ libffi-3.0.9/Makefile.in	2010-01-08 16:59:03.198809559 +0100
-@@ -446,6 +446,7 @@ AM_MAKEFLAGS = \
- 	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
- 	"SHELL=$(SHELL)" \
- 	"exec_prefix=$(exec_prefix)" \
-+	"includesdir=$(prefix)/include" \
- 	"infodir=$(infodir)" \
- 	"libdir=$(libdir)" \
- 	"prefix=$(prefix)" \

+ 14 - 0
package/libffi/patches/patch-configure_ac

@@ -0,0 +1,14 @@
+--- libffi-3.0.13.orig/configure.ac	2013-03-17 23:36:15.000000000 +0100
++++ libffi-3.0.13/configure.ac	2013-12-05 15:58:33.000000000 +0100
+@@ -546,11 +546,6 @@ if test "x$GCC" = "xyes"; then
+     toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
+     toolexeclibdir='$(libdir)'
+   fi
+-  multi_os_directory=`$CC -print-multi-os-directory`
+-  case $multi_os_directory in
+-    .) ;; # Avoid trailing /.
+-    ../*) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
+-  esac
+   AC_SUBST(toolexecdir)
+ else
+   toolexeclibdir='$(libdir)'

+ 9 - 0
package/libffi/patches/patch-include_Makefile_am

@@ -0,0 +1,9 @@
+--- libffi-3.0.13.orig/include/Makefile.am	2013-03-16 12:19:39.000000000 +0100
++++ libffi-3.0.13/include/Makefile.am	2013-12-05 16:33:48.000000000 +0100
+@@ -5,5 +5,5 @@ AUTOMAKE_OPTIONS=foreign
+ DISTCLEANFILES=ffitarget.h
+ EXTRA_DIST=ffi.h.in ffi_common.h
+ 
+-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includesdir = $(prefix)/include
+ nodist_includes_HEADERS = ffi.h ffitarget.h

+ 0 - 11
package/libffi/patches/patch-include_Makefile_in

@@ -1,11 +0,0 @@
---- libffi-3.0.9.orig/include/Makefile.in	2009-12-31 13:41:01.000000000 +0100
-+++ libffi-3.0.9/include/Makefile.in	2010-01-08 16:59:54.165484176 +0100
-@@ -203,7 +203,7 @@ top_srcdir = @top_srcdir@
- AUTOMAKE_OPTIONS = foreign
- DISTCLEANFILES = ffitarget.h
- EXTRA_DIST = ffi.h.in ffi_common.h
--includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
-+includesdir = $(includesdir)
- nodist_includes_HEADERS = ffi.h ffitarget.h
- all: all-am
- 

+ 5 - 1
package/ncurses/Makefile

@@ -80,13 +80,17 @@ libncurses-install:
 	${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/lib
 	${CP} ${WRKINST}/usr/lib/lib{form,menu,ncurses,panel}.so* \
 	    ${IDIR_LIBNCURSES}/usr/lib
+	for ti in rxvt rxvt-unicode; do \
+		TERMINFO=${WRKINST}/usr/share/terminfo \
+		tic -x ./files/$$ti.ti; \
+	done
 ifeq (${ADK_PACKAGE_LIBNCURSES_FULL_TERMINFO},y)
 	${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/share
 	${CP} ${WRKINST}/usr/share/terminfo ${IDIR_LIBNCURSES}/usr/share/
 else
 	${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/share/terminfo/
 	for f in ansi dumb linux screen vt100 vt102 \
-	    rxvt vt220 xterm xterm-color xterm-xfree86; do \
+	    rxvt rxvt-unicode vt220 xterm xterm-color xterm-xfree86; do \
 		${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/share/terminfo/$${f:0:1}; \
 		${INSTALL_DATA} ${WRKINST}/usr/share/terminfo/*/$$f \
 		    ${IDIR_LIBNCURSES}/usr/share/terminfo/$${f:0:1}/$$f; \

+ 169 - 0
package/ncurses/files/rxvt-unicode.ti

@@ -0,0 +1,169 @@
+# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
+# Updated: Özgür Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
+# Updated: Marc Lehmann <pcg@goof.com>, 17 Feb 2005
+# Updated: Marc Lehmann <schmorp@schmorp.de>, 04 Nov 2008: change init/reset sequences
+rxvt-unicode|rxvt-unicode terminal (X Window System),
+	am,
+	bce,
+	eo,
+	km,
+	msgr,
+	xenl,
+	hs,
+	cols#80,
+	it#8,
+	lines#24,
+	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~-A.B+C\,D0EhFiG,
+	bel=^G,
+	blink=\E[5m,
+	bold=\E[1m,
+	civis=\E[?25l,
+	clear=\E[H\E[2J,
+	cnorm=\E[?25h,
+	cr=^M,
+	csr=\E[%i%p1%d;%p2%dr,
+	cub=\E[%p1%dD,
+	cub1=^H,
+	cud=\E[%p1%dB,
+	cud1=^J,
+	cuf=\E[%p1%dC,
+	cuf1=\E[C,
+	cup=\E[%i%p1%d;%p2%dH,
+	cuu=\E[%p1%dA,
+	cuu1=\E[A,
+	cvvis=\E[?25h,
+	dch=\E[%p1%dP,
+	dch1=\E[P,
+	dl=\E[%p1%dM,
+	dl1=\E[M,
+	ed=\E[J,
+	el=\E[K,
+	el1=\E[1K,
+	flash=\E[?5h$<20/>\E[?5l,
+	home=\E[H,
+	hpa=\E[%i%p1%dG,
+	ht=^I,
+	hts=\EH,
+	ich=\E[%p1%d@,
+	ich1=\E[@,
+	il=\E[%p1%dL,
+	il1=\E[L,
+	ind=^J,
+	is1=\E[\041p,
+	is2=\E[r\E[m\E[2J\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
+	kDC=\E[3$,
+	kIC=\E[2$,
+	kEND=\E[8$,
+	kHOM=\E[7$,
+	kLFT=\E[d,
+	kNXT=\E[6$,
+	kPRV=\E[5$,
+	kRIT=\E[c,
+	kbs=\177,
+	ka1=\EOw,
+	ka3=\EOy,
+	kb2=\EOu,
+	kc1=\EOq,
+	kc3=\EOs,
+	kcbt=\E[Z,
+	kcub1=\E[D,
+	kcud1=\E[B,
+	kcuf1=\E[C,
+	kcuu1=\E[A,
+	kdch1=\E[3~,
+	kel=\E[8\^,
+	kend=\E[8~,
+	kent=\EOM,
+	kf1=\E[11~,
+	kf10=\E[21~,
+	kf11=\E[23~,
+	kf12=\E[24~,
+	kf13=\E[25~,
+	kf14=\E[26~,
+	kf15=\E[28~,
+	kf16=\E[29~,
+	kf17=\E[31~,
+	kf18=\E[32~,
+	kf19=\E[33~,
+	kf2=\E[12~,
+	kf20=\E[34~,
+	kf3=\E[13~,
+	kf4=\E[14~,
+	kf5=\E[15~,
+	kf6=\E[17~,
+	kf7=\E[18~,
+	kf8=\E[19~,
+	kf9=\E[20~,
+	kfnd=\E[1~,
+	khome=\E[7~,
+	kich1=\E[2~,
+	kmous=\E[M,
+	knp=\E[6~,
+	kpp=\E[5~,
+	kslt=\E[4~,
+	rc=\E8,
+	rev=\E[7m,
+	ri=\EM,
+	rmso=\E[27m,
+	rmul=\E[24m,
+	rs1=\Ec,
+	rs2=\E[r\E[m\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
+	sgr0=\E[m\E(B,
+	enacs=,
+	smacs=\E(0,
+	rmacs=\E(B,
+	smso=\E[7m,
+	smul=\E[4m,
+	tbc=\E[3g,
+	vpa=\E[%i%p1%dd,
+	colors#88,
+	pairs#7744,
+	btns#5,
+	lm#0,
+	ccc,
+	npc,
+	mc5i,
+	ncv#0,
+	mir,
+	xon,
+	bw,
+	ech=\E[%p1%dX,
+	mc0=\E[i,
+	mc4=\E[4i,
+	mc5=\E[5i,
+	sitm=\E[3m,
+	ritm=\E[23m,
+	smam=\E[?7h,
+	rmam=\E[?7l,
+	smir=\E[4h,
+	rmir=\E[4l,
+	smcup=\E[?1049h,
+	rmcup=\E[r\E[?1049l,
+	smkx=\E=,
+	rmkx=\E>,
+	indn=\E[%p1%dS,
+	rin=\E[%p1%dT,
+	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;,
+	op=\E[39;49m,
+	setaf=\E[38;5;%p1%dm,
+	setab=\E[48;5;%p1%dm,
+	setf=%?%p1%{7}%>%t\E[38;5;%p1%dm%e\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;,
+	setb=%?%p1%{7}%>%t\E[48;5;%p1%dm%e\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;,
+	initc=\E]4;%p1%d;rgb\:%p2%{65535}%*%{1000}%/%4.4X/%p3%{65535}%*%{1000}%/%4.4X/%p4%{65535}%*%{1000}%/%4.4X\E\\,
+	sc=\E7,
+	s0ds=\E(B,
+	s1ds=\E(0,
+	s2ds=\E*B,
+	s3ds=\E+B,
+	u6=\E[%i%d;%dR,
+	u7=\E[6n,
+	u8=\E[?1;2c,
+	u9=\E[c,
+	tsl=\E]2;,
+	fsl=\007,
+	dsl=\E]2;\007,
+
+rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System),
+	colors#256,
+	pairs#32767,
+	use=rxvt-unicode,

+ 170 - 0
package/ncurses/files/rxvt.ti

@@ -0,0 +1,170 @@
+# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
+# Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
+# Notes:
+# rxvt 2.21b uses
+#	smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
+# but some applications don't work with that.
+# It also has an AIX extension
+#	box2=lqkxjmwuvtn,
+# and
+#	ech=\E[%p1%dX,
+# but the latter does not work correctly.
+#
+# The distributed terminfo says it implements hpa and vpa, but they are not
+# implemented correctly, using relative rather than absolute positioning.
+#
+# rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
+# Since rxvt is not really compatible with xterm, it should be configured as
+# "rxvt" (monochrome) and "rxvt-color".
+#
+# removed dch/dch1 because they are inconsistent with bce/ech -TD
+#
+# Debian's changes:
+#   Debian uses two termcap/terminfo entries:
+#	rxvt	for color displays
+#	rxvt-m	for monochrome displays
+#   Debian also prefers ^? for kbs (backspace).
+#
+# These additional changes were added for the ncurses package:
+#   Remove kf0 (wtf has F0 anyhow?) due to conflict with kf10.
+#   Move hpa and vpa back to rxvt-basic, since they were fixed
+#     to use absolute positioning long ago.
+#   Use vt220+keypad after rxvt+pcfkeys, since rxvt uses \E[11~ for
+#     F1 (\EOP is for KP_F1).
+#   Use smkx instead of rmkx in rs2.
+rxvt-basic|rxvt-m|rxvt terminal base (X Window System), 
+	OTbs, am, bce, eo, km, mir, msgr, xenl, xon, 
+	cols#80, it#8, lines#24, 
+	acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 
+	bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l, 
+	clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M, 
+	csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, 
+	cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, 
+	cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, 
+	dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 
+	enacs=\E(B\E)0, flash=\E[?5h\E[?5l, home=\E[H, ht=^I, 
+	hpa=\E[%i%p1%dG, 
+	hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L, 
+	ind=^J, is1=\E[?47l\E=\E[?1l, 
+	is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kbs=^?, 
+	kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, 
+	rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m, 
+	rmul=\E[24m, 
+	rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H, 
+	rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E=\E[?1000l\E[?25h, 
+	s0ds=\E(B, s1ds=\E(0, sc=\E7, 
+	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;, 
+	sgr0=\E[0m\017, smacs=^N, smcup=\E7\E[?47h, smir=\E[4h, 
+	smkx=\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 
+	vpa=\E[%i%p1%dd, 
+	use=rxvt+pcfkeys, use=vt220+keypad, 
+# Key Codes from rxvt reference:
+# 
+# Note: Shift + F1-F10 generates F11-F20
+# 
+# For the keypad, use Shift to temporarily override Application-Keypad
+# setting use Num_Lock to toggle Application-Keypad setting if Num_Lock
+# is off, escape sequences toggle Application-Keypad setting.
+# Also note that values of Home, End, Delete may have been compiled
+# differently on your system.
+# 
+#                   Normal       Shift        Control      Ctrl+Shift
+#  Tab              ^I           ESC [ Z      ^I           ESC [ Z
+#  BackSpace        ^H           ^?           ^?           ^?
+#  Find             ESC [ 1 ~    ESC [ 1 $    ESC [ 1 ^    ESC [ 1 @
+#  Insert           ESC [ 2 ~    paste        ESC [ 2 ^    ESC [ 2 @
+#  Execute          ESC [ 3 ~    ESC [ 3 $    ESC [ 3 ^    ESC [ 3 @
+#  Select           ESC [ 4 ~    ESC [ 4 $    ESC [ 4 ^    ESC [ 4 @
+#  Prior            ESC [ 5 ~    scroll-up    ESC [ 5 ^    ESC [ 5 @
+#  Next             ESC [ 6 ~    scroll-down  ESC [ 6 ^    ESC [ 6 @
+#  Home             ESC [ 7 ~    ESC [ 7 $    ESC [ 7 ^    ESC [ 7 @
+#  End              ESC [ 8 ~    ESC [ 8 $    ESC [ 8 ^    ESC [ 8 @
+#  Delete           ESC [ 3 ~    ESC [ 3 $    ESC [ 3 ^    ESC [ 3 @
+#  F1               ESC [ 11 ~   ESC [ 23 ~   ESC [ 11 ^   ESC [ 23 ^
+#  F2               ESC [ 12 ~   ESC [ 24 ~   ESC [ 12 ^   ESC [ 24 ^
+#  F3               ESC [ 13 ~   ESC [ 25 ~   ESC [ 13 ^   ESC [ 25 ^
+#  F4               ESC [ 14 ~   ESC [ 26 ~   ESC [ 14 ^   ESC [ 26 ^
+#  F5               ESC [ 15 ~   ESC [ 28 ~   ESC [ 15 ^   ESC [ 28 ^
+#  F6               ESC [ 17 ~   ESC [ 29 ~   ESC [ 17 ^   ESC [ 29 ^
+#  F7               ESC [ 18 ~   ESC [ 31 ~   ESC [ 18 ^   ESC [ 31 ^
+#  F8               ESC [ 19 ~   ESC [ 32 ~   ESC [ 19 ^   ESC [ 32 ^
+#  F9               ESC [ 20 ~   ESC [ 33 ~   ESC [ 20 ^   ESC [ 33 ^
+#  F10              ESC [ 21 ~   ESC [ 34 ~   ESC [ 21 ^   ESC [ 34 ^
+#  F11              ESC [ 23 ~   ESC [ 23 $   ESC [ 23 ^   ESC [ 23 @
+#  F12              ESC [ 24 ~   ESC [ 24 $   ESC [ 24 ^   ESC [ 24 @
+#  F13              ESC [ 25 ~   ESC [ 25 $   ESC [ 25 ^   ESC [ 25 @
+#  F14              ESC [ 26 ~   ESC [ 26 $   ESC [ 26 ^   ESC [ 26 @
+#  F15 (Help)       ESC [ 28 ~   ESC [ 28 $   ESC [ 28 ^   ESC [ 28 @
+#  F16 (Menu)       ESC [ 29 ~   ESC [ 29 $   ESC [ 29 ^   ESC [ 29 @
+#  F17              ESC [ 31 ~   ESC [ 31 $   ESC [ 31 ^   ESC [ 31 @
+#  F18              ESC [ 32 ~   ESC [ 32 $   ESC [ 32 ^   ESC [ 32 @
+#  F19              ESC [ 33 ~   ESC [ 33 $   ESC [ 33 ^   ESC [ 33 @
+#  F20              ESC [ 34 ~   ESC [ 34 $   ESC [ 34 ^   ESC [ 34 @
+#                                                          Application
+#  Up               ESC [ A      ESC [ a      ESC O a      ESC O A
+#  Down             ESC [ B      ESC [ b      ESC O b      ESC O B
+#  Right            ESC [ C      ESC [ c      ESC O c      ESC O C
+#  Left             ESC [ D      ESC [ d      ESC O d      ESC O D
+#  KP_Enter         ^M                                     ESC O M
+#  KP_F1            ESC O P                                ESC O P
+#  KP_F2            ESC O Q                                ESC O Q
+#  KP_F3            ESC O R                                ESC O R
+#  KP_F4            ESC O S                                ESC O S
+#  XK_KP_Multiply   *                                      ESC O j
+#  XK_KP_Add        +                                      ESC O k
+#  XK_KP_Separator  ,                                      ESC O l
+#  XK_KP_Subtract   -                                      ESC O m
+#  XK_KP_Decimal    .                                      ESC O n
+#  XK_KP_Divide     /                                      ESC O o
+#  XK_KP_0          0                                      ESC O p
+#  XK_KP_1          1                                      ESC O q
+#  XK_KP_2          2                                      ESC O r
+#  XK_KP_3          3                                      ESC O s
+#  XK_KP_4          4                                      ESC O t
+#  XK_KP_5          5                                      ESC O u
+#  XK_KP_6          6                                      ESC O v
+#  XK_KP_7          7                                      ESC O w
+#  XK_KP_8          8                                      ESC O x
+#  XK_KP_9          9                                      ESC O y
+rxvt+pcfkeys|fragment for PC-style fkeys, 
+	kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$, 
+	kPRV=\E[5$, kRIT=\E[c, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, 
+	kcuu1=\E[A, kdch1=\E[3~, kel=\E[8\^, kend=\E[8~, 
+	kf1=\E[11~, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, 
+	kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, 
+	kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, 
+	kf20=\E[34~, kf21=\E[23$, kf22=\E[24$, kf23=\E[11\^, 
+	kf24=\E[12\^, kf25=\E[13\^, kf26=\E[14\^, kf27=\E[15\^, 
+	kf28=\E[17\^, kf29=\E[18\^, kf3=\E[13~, kf30=\E[19\^, 
+	kf31=\E[20\^, kf32=\E[21\^, kf33=\E[23\^, kf34=\E[24\^, 
+	kf35=\E[25\^, kf36=\E[26\^, kf37=\E[28\^, kf38=\E[29\^, 
+	kf39=\E[31\^, kf4=\E[14~, kf40=\E[32\^, kf41=\E[33\^, 
+	kf42=\E[34\^, kf43=\E[23@, kf44=\E[24@, kf5=\E[15~, 
+	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kfnd=\E[1~, 
+	khome=\E[7~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, 
+	kDN=\E[b, kDN5=\EOb, kDN6=\EOB, kLFT5=\EOd, kLFT6=\EOD, 
+	kRIT5=\EOc, kRIT6=\EOC, kUP=\E[a, kUP5=\EOa, kUP6=\EOA, 
+rxvt|rxvt terminal emulator (X Window System), 
+	ncv@, 
+	sgr0=\E[m\017, 
+	use=rxvt-basic, use=ecma+color, 
+rxvt-color|rxvt terminal emulator (X Window System), 
+	use=rxvt, 
+rxvt-256color|rxvt 2.7.9 with xterm 256-colors,
+	use=xterm+256color, use=rxvt,
+rxvt-88color|rxvt 2.7.9 with xterm 88-colors,
+	use=xterm+88color, use=rxvt,
+rxvt-xpm|rxvt terminal emulator (X Window System), 
+	use=rxvt, 
+rxvt-cygwin|rxvt terminal emulator (X Window System) on cygwin, 
+	acsc=0\333+\257\,\256-\^`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, 
+	use=rxvt, 
+rxvt-cygwin-native|rxvt terminal emulator (native MS Window System port) on cygwin, 
+	acsc=0\333+\257\,\256-\^`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330~\376, 
+	use=rxvt-cygwin, 
+
+# This variant is supposed to work with rxvt 2.7.7 when compiled with
+# NO_BRIGHTCOLOR defined.  rxvt needs more work...
+rxvt-16color|xterm with 16 colors like aixterm, 
+	ncv#32, use=ibm+16color, use=rxvt, 
+

+ 2 - 2
package/rxvt-unicode/Makefile

@@ -4,9 +4,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=		rxvt-unicode
-PKG_VERSION:=		9.18
+PKG_VERSION:=		9.19
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		963ccc748fe5bca925e7b92c0404d68b
+PKG_MD5SUM:=		45ad197eb9b5a840c0f65e3a8131921c
 PKG_DESCR:=		x-term with unicode support
 PKG_SECTION:=		x11/apps
 PKG_DEPENDS:=		libx11 fontconfig libxft libxml2 gdk-pixbuf

+ 4 - 5
target/linux/config/Config.in.netfilter.ip4

@@ -36,14 +36,13 @@ config ADK_KPACKAGE_KMOD_IP_NF_FILTER
 
 config ADK_KPACKAGE_KMOD_FULL_NAT
 	tristate "Meta package for Full NAT"
-	select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_65
-	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_9_11
-	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_5
+	select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_71
+	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_10
 
 config ADK_KPACKAGE_KMOD_NF_NAT
 	tristate 'Full NAT'
 	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
-	depends on ADK_KERNEL_VERSION_3_4_65
+	depends on ADK_KERNEL_VERSION_3_4_71
 	help
 	  The Full NAT option allows masquerading, port forwarding and other
 	  forms of full Network Address Port Translation.  It is controlled by
@@ -52,7 +51,7 @@ config ADK_KPACKAGE_KMOD_NF_NAT
 config ADK_KPACKAGE_KMOD_NF_NAT_IPV4
 	tristate 'Full NAT'
 	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
-	depends on ADK_KERNEL_VERSION_3_9_11 || ADK_KERNEL_VERSION_3_11_5
+	depends on ADK_KERNEL_VERSION_3_11_10
 	help
 	  The Full NAT option allows masquerading, port forwarding and other
 	  forms of full Network Address Port Translation.  It is controlled by

+ 0 - 0
target/linux/patches/3.4.65/bsd-compatibility.patch → target/linux/patches/3.4.71/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.4.65/cris-etrax.patch → target/linux/patches/3.4.71/cris-etrax.patch


+ 0 - 0
target/linux/patches/3.4.65/defaults.patch → target/linux/patches/3.4.71/defaults.patch


+ 0 - 0
target/linux/patches/3.4.65/gemalto.patch → target/linux/patches/3.4.71/gemalto.patch


+ 0 - 0
target/linux/patches/3.4.65/lemote-rfkill.patch → target/linux/patches/3.4.71/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.4.65/module-alloc-size-check.patch → target/linux/patches/3.4.71/module-alloc-size-check.patch


+ 0 - 0
target/linux/patches/3.4.65/non-static.patch → target/linux/patches/3.4.71/non-static.patch


+ 0 - 0
target/linux/patches/3.4.65/sparc-include.patch → target/linux/patches/3.4.71/sparc-include.patch


+ 0 - 0
target/linux/patches/3.4.65/startup.patch → target/linux/patches/3.4.71/startup.patch


+ 0 - 0
target/linux/patches/3.4.65/usb-defaults-off.patch → target/linux/patches/3.4.71/usb-defaults-off.patch


+ 0 - 0
target/linux/patches/3.4.65/uuid.patch → target/linux/patches/3.4.71/uuid.patch


+ 0 - 0
target/linux/patches/3.4.65/vga-cons-default-off.patch → target/linux/patches/3.4.71/vga-cons-default-off.patch


+ 0 - 0
target/linux/patches/3.4.65/wlan-cf.patch → target/linux/patches/3.4.71/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.4.65/zlib-inflate.patch → target/linux/patches/3.4.71/zlib-inflate.patch


Fișier diff suprimat deoarece este prea mare
+ 125 - 269
target/mips/kernel64.config


+ 0 - 0
toolchain/kernel-headers/patches/3.4.65/aufs2.patch → toolchain/kernel-headers/patches/3.4.71/aufs2.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.65/cleankernel.patch → toolchain/kernel-headers/patches/3.4.71/cleankernel.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.65/etrax-header.patch → toolchain/kernel-headers/patches/3.4.71/etrax-header.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.65/linux-gcc-check.patch → toolchain/kernel-headers/patches/3.4.71/linux-gcc-check.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.65/microperl.patch → toolchain/kernel-headers/patches/3.4.71/microperl.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.65/mkpiggy.patch → toolchain/kernel-headers/patches/3.4.71/mkpiggy.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.4.65/relocs.patch → toolchain/kernel-headers/patches/3.4.71/relocs.patch


Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff