Browse Source

Merge branch 'master' of git+ssh://openadk.org/git/openadk

Waldemar Brodkorb 15 years ago
parent
commit
5c764905aa

+ 2 - 0
TODO

@@ -1,3 +1,5 @@
+- check alsa on foxg20 target
+- add mkimage to tools build
 - fix ARM OABI support
 - fix ARM OABI support
 - fix watchdog for alix1c (mfgpt timers problem)
 - fix watchdog for alix1c (mfgpt timers problem)
 - add support for brcm 2.6 (flash support)
 - add support for brcm 2.6 (flash support)

+ 1 - 1
package/dropbear/Makefile

@@ -63,7 +63,7 @@ do-install:
 		$(IDIR_DBCONVERT)/usr/bin/dropbearconvert
 		$(IDIR_DBCONVERT)/usr/bin/dropbearconvert
 	# ssh pubkey
 	# ssh pubkey
 	test -z $(ADK_RUNTIME_SSH_PUBKEY) || ( \
 	test -z $(ADK_RUNTIME_SSH_PUBKEY) || ( \
-		mkdir -p $(IDIR_DROPBEAR)/etc/dropbear; \
+		$(INSTALL_DIR) $(IDIR_DROPBEAR)/etc/dropbear; \
 		echo $(ADK_RUNTIME_SSH_PUBKEY) \
 		echo $(ADK_RUNTIME_SSH_PUBKEY) \
 		>$(IDIR_DROPBEAR)/etc/dropbear/authorized_keys; \
 		>$(IDIR_DROPBEAR)/etc/dropbear/authorized_keys; \
         )
         )

+ 1 - 1
package/firefox/Makefile

@@ -4,7 +4,7 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
 
 
 PKG_NAME:=		firefox
 PKG_NAME:=		firefox
-PKG_VERSION:=		3.6.8
+PKG_VERSION:=		3.6.10
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
 PKG_MD5SUM:=		0ee5f14fd8be07513d16131027ebcb61
 PKG_MD5SUM:=		0ee5f14fd8be07513d16131027ebcb61
 PKG_DESCR:=		graphical webbrowser
 PKG_DESCR:=		graphical webbrowser

+ 3 - 3
package/hostapd/Makefile

@@ -4,9 +4,9 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		hostapd
 PKG_NAME:=		hostapd
-PKG_VERSION:=		0.7.2
-PKG_RELEASE:=		2
-PKG_MD5SUM:=		f47689c62ee8c1c59989b402d4f130c3
+PKG_VERSION:=		0.7.3
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		91a7c8d0f090b7104152d3455a84c112
 PKG_DESCR:=		an IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator
 PKG_DESCR:=		an IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator
 PKG_SECTION:=		wifi
 PKG_SECTION:=		wifi
 PKG_DEPENDS:=		libnl
 PKG_DEPENDS:=		libnl

+ 3 - 3
package/openswan/Makefile

@@ -4,9 +4,9 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		openswan
 PKG_NAME:=		openswan
-PKG_VERSION:=		2.6.27
-PKG_RELEASE:=		2
-PKG_MD5SUM:=		5177b7401bb89e84ca1c89029143441e
+PKG_VERSION:=		2.6.28
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		37f2ad2664dd89e6ad96ae82f6378166
 PKG_DESCR:=		IPsec software
 PKG_DESCR:=		IPsec software
 PKG_SECTION:=		net/security
 PKG_SECTION:=		net/security
 PKG_DEPENDS:=		ip libgmp libpthread kmod-net-key kmod-xfrm-user
 PKG_DEPENDS:=		ip libgmp libpthread kmod-net-key kmod-xfrm-user

+ 4 - 4
package/openvpn/Makefile

@@ -4,15 +4,15 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
 
 
 PKG_NAME:=		openvpn
 PKG_NAME:=		openvpn
-PKG_VERSION:=		2.1.1
-PKG_RELEASE:=		2
-PKG_MD5SUM:=		b273ed2b5ec8616fb9834cde8634bce7
+PKG_VERSION:=		2.1.3
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		7486d3e270ba4b033e311d3e022a0ad7
 PKG_DESCR:=		Open Source VPN solution using SSL
 PKG_DESCR:=		Open Source VPN solution using SSL
 PKG_SECTION:=		net/security
 PKG_SECTION:=		net/security
 PKG_DEPENDS:=		kmod-tun libopenssl
 PKG_DEPENDS:=		kmod-tun libopenssl
 PKG_BUILDDEP:=		openssl
 PKG_BUILDDEP:=		openssl
 PKG_URL:=		http://openvpn.net/
 PKG_URL:=		http://openvpn.net/
-PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=openvpn/}
+PKG_SITES:=		http://openvpn.net/release/
 
 
 PKG_SUBPKGS:=		OPENVPN OPENVPN_EASY_RSA
 PKG_SUBPKGS:=		OPENVPN OPENVPN_EASY_RSA
 PKG_FLAVOURS:=		WITH_LZO WITH_MANAGEMENT WITH_HTTPPROXY WITH_SOCKS
 PKG_FLAVOURS:=		WITH_LZO WITH_MANAGEMENT WITH_HTTPPROXY WITH_SOCKS

+ 2 - 4
package/postgresql/Makefile

@@ -10,7 +10,7 @@ PKG_MD5SUM:=		ae7f305eb9388b187e8f07dee0cec55c
 PKG_DESCR:=		PostgreSQL database library
 PKG_DESCR:=		PostgreSQL database library
 PKG_SECTION:=		db
 PKG_SECTION:=		db
 PKG_BUILDDEP:=		zlib
 PKG_BUILDDEP:=		zlib
-PKG_URL:=		http://www.postgresql.org
+PKG_URL:=		http://www.postgresql.org/
 PKG_SITES:=		ftp://ftp7.de.postgresql.org/pub/ftp.postgresql.org/source/v${PKG_VERSION}/
 PKG_SITES:=		ftp://ftp7.de.postgresql.org/pub/ftp.postgresql.org/source/v${PKG_VERSION}/
 
 
 PKG_SUBPKGS:=		LIBPQ
 PKG_SUBPKGS:=		LIBPQ
@@ -21,9 +21,7 @@ $(eval $(call PKG_template,LIBPQ,libpq,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEN
 
 
 BUILD_STYLE:=           manual
 BUILD_STYLE:=           manual
 INSTALL_STYLE:=         manual
 INSTALL_STYLE:=         manual
-
-PKG_CONFIGURE_ARGS:=\
-			--disable-integer-datetimes \
+PKG_CONFIGURE_ARGS:=	--disable-integer-datetimes \
 			--without-krb5 \
 			--without-krb5 \
 			--without-openssl \
 			--without-openssl \
 			--without-pam \
 			--without-pam \

+ 4 - 4
package/vim/Makefile

@@ -4,9 +4,9 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		vim
 PKG_NAME:=		vim
-PKG_VERSION:=		7.2
-PKG_RELEASE:=		2
-PKG_MD5SUM:=		f0901284b338e448bfd79ccca0041254
+PKG_VERSION:=		7.3
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		5b9510a17074e2b37d8bb38ae09edbf2
 PKG_DESCR:=		The text editor
 PKG_DESCR:=		The text editor
 PKG_SECTION:=		editor
 PKG_SECTION:=		editor
 PKG_DEPENDS:=		libncurses
 PKG_DEPENDS:=		libncurses
@@ -15,7 +15,7 @@ PKG_URL:=		http://www.vim.org/
 PKG_SITES:=		ftp://ftp.vim.org/pub/vim/unix/
 PKG_SITES:=		ftp://ftp.vim.org/pub/vim/unix/
 
 
 DISTFILES=		${PKG_NAME}-${PKG_VERSION}.tar.bz2
 DISTFILES=		${PKG_NAME}-${PKG_VERSION}.tar.bz2
-WRKDIST=		${WRKDIR}/vim72
+WRKDIST=		${WRKDIR}/vim73
 WRKSRC=			${WRKDIST}/src
 WRKSRC=			${WRKDIST}/src
 
 
 include ${TOPDIR}/mk/package.mk
 include ${TOPDIR}/mk/package.mk

+ 42 - 0
package/vim/patches/patch-src_auto_configure

@@ -0,0 +1,42 @@
+--- vim73.orig/src/auto/configure	2010-08-13 16:17:15.000000000 +0200
++++ vim73/src/auto/configure	2010-09-20 02:59:14.017806852 +0200
+@@ -11639,39 +11639,6 @@ _ACEOF
+ 
+ 
+ 
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking uint32_t is 32 bits" >&5
+-$as_echo_n "checking uint32_t is 32 bits... " >&6; }
+-if test "$cross_compiling" = yes; then :
+-  as_fn_error "could not compile program using uint32_t." "$LINENO" 5
+-else
+-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+-/* end confdefs.h.  */
+-
+-#ifdef HAVE_STDINT_H
+-# include <stdint.h>
+-#endif
+-#ifdef HAVE_INTTYPES_H
+-# include <inttypes.h>
+-#endif
+-main() {
+-  uint32_t nr1 = (uint32_t)-1;
+-  uint32_t nr2 = (uint32_t)0xffffffffUL;
+-  if (sizeof(uint32_t) != 4 || nr1 != 0xffffffffUL || nr2 + 1 != 0) exit(1);
+-  exit(0);
+-}
+-_ACEOF
+-if ac_fn_c_try_run "$LINENO"; then :
+-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
+-$as_echo "ok" >&6; }
+-else
+-  as_fn_error "WRONG!  uint32_t not defined correctly." "$LINENO" 5
+-fi
+-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+-  conftest.$ac_objext conftest.beam conftest.$ac_ext
+-fi
+-
+-
+-
+ bcopy_test_prog='
+ #include "confdefs.h"
+ #ifdef HAVE_STRING_H

+ 4 - 0
target/linux/config/Config.in.netdevice

@@ -139,6 +139,10 @@ config ADK_MOD_KERNEL_LIB80211
 	tristate
 	tristate
 	default n
 	default n
 
 
+config ADK_KERNEL_CFG80211_WEXT
+	boolean
+	default n
+
 config ADK_KERNEL_ATH_COMMON
 config ADK_KERNEL_ATH_COMMON
 	tristate
 	tristate
 	default n
 	default n