Browse Source

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

Waldemar Brodkorb 12 years ago
parent
commit
c7e73bd3cb

+ 1 - 3
mk/mirrors.mk

@@ -11,10 +11,8 @@ MASTER_SITE_MIRBSD?=	\
 	http://pub.allbsd.org/MirOS/distfiles/ \
 
 MASTER_SITE_KERNEL?=	\
+	ftp://www.kernel.org/pub/linux/ \
 	http://www.kernel.org/pub/linux/ \
-	http://www.de.kernel.org/pub/linux/ \
-	http://www.fi.kernel.org/pub/linux/ \
-	http://www.fr.kernel.org/pub/linux/ \
 
 MASTER_SITE_XORG?=	\
 	http://www.x.org/releases/X11R7.6/src/everything/ \

+ 2 - 1
package/ImageMagick/Makefile

@@ -6,11 +6,12 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=		ImageMagick
 PKG_VERSION:=		6.7.6
 PKG_EXTRAVER:=		1
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		8134257e3fbb43cc06fb32a6d725d3d0
 PKG_DESCR:=		image processing and converting utility
 PKG_SECTION:=		multimedia
 PKG_BUILDDEP:=		libpng jpeg libtiff fontconfig libiconv libtool e2fsprogs
+PKG_BUILDDEP+=		pango
 PKG_URL:=		http://www.imagemagick.org/
 PKG_SITES:=		http://image_magick.veidrodis.com/image_magick/
 PKG_NEED_CXX:=		1

+ 1 - 1
package/base-files/Makefile

@@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk
 
 PKG_NAME:=		base-files
 PKG_VERSION:=		1.0
-PKG_RELEASE:=		53
+PKG_RELEASE:=		54
 PKG_SECTION:=		base
 PKG_DESCR:=		basic files and scripts
 

+ 0 - 1
package/base-files/src/etc/network/if-pre-up.d/04-wireless

@@ -4,7 +4,6 @@ set -e
 [ "${IFACE%%[0-9]*}" = "wlan" ] || exit 0
 
 [ "$IF_WIRELESS_SSID" ] || exit 1
-[ "$IF_WIRELESS_CHANNEL" ] || exit 1
 [ "$IF_WIRELESS_HWMODE" ] || IF_WIRELESS_HWMODE=g
 [ "$IF_WIRELESS_EXTENSION" ] || IF_WIRELESS_EXTENSION=0
 

+ 1 - 2
package/base-files/src/etc/network/interfaces

@@ -37,7 +37,6 @@ iface eth0 inet dhcp
 #auto wlan0
 #iface wlan0 inet dhcp
 #  wireless-ssid myap
-#  wireless-channel 11
 #  wireless-mode sta
 #  wireless-security wpa2
 #  wireless-passphrase xxxxxx
@@ -50,8 +49,8 @@ iface eth0 inet dhcp
 #  netmask 255.255.255.0
 #  broadcast +
 #  wireless-ssid myap
-#  wireless-channel 8
 #  wireless-mode ap
+#  wireless-channel 8
 #  wireless-security wpa2
 #  wireless-passphrase xxxxxxxx
 ##

+ 0 - 37
package/xfsprogs/patches/patch-libxfs_linux_c

@@ -1,37 +0,0 @@
---- xfsprogs-3.1.10.orig/libxfs/linux.c	2012-12-13 22:29:24.000000000 +0100
-+++ xfsprogs-3.1.10/libxfs/linux.c	2013-04-04 16:47:19.000000000 +0200
-@@ -16,14 +16,12 @@
-  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-  */
- 
--#define ustat __kernel_ustat
- #include <xfs/libxfs.h>
- #include <mntent.h>
- #include <sys/stat.h>
--#undef ustat
--#include <sys/ustat.h>
- #include <sys/mount.h>
- #include <sys/ioctl.h>
-+#include <sys/statvfs.h>
- #include <sys/sysinfo.h>
- 
- int platform_has_uuid = 1;
-@@ -49,8 +47,7 @@ static int max_block_alignment;
- int
- platform_check_ismounted(char *name, char *block, struct stat64 *s, int verbose)
- {
--	/* Pad ust; pre-2.6.28 linux copies out too much in 32bit compat mode */
--	struct ustat	ust[2];
-+	struct statvfs info;
- 	struct stat64	st;
- 
- 	if (!s) {
-@@ -61,7 +58,7 @@ platform_check_ismounted(char *name, cha
- 		s = &st;
- 	}
- 
--	if (ustat(s->st_rdev, ust) >= 0) {
-+	if (statvfs(name, &info) >= 0) {
- 		if (verbose)
- 			fprintf(stderr,
- 				_("%s: %s contains a mounted filesystem\n"),

+ 1 - 0
target/linux/config/Config.in.crypto

@@ -582,6 +582,7 @@ config ADK_KPACKAGE_KMOD_CRYPTO_MICHAEL_MIC
 	prompt "kmod-crypto-michael-mic.............. Michael MIC keyed digest algorithm"
 	tristate
 	select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI2
+	select ADK_KPACKAGE_KMOD_CRYPTO_HASH2
 	default n
 	help
 	  Michael MIC is used for message integrity protection in TKIP