Browse Source

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

Waldemar Brodkorb 15 years ago
parent
commit
426e6ef074

+ 5 - 5
mk/build.mk

@@ -403,17 +403,17 @@ bulk:
 		mkdir -p $(TOPDIR)/bulkdir/$$target-$$libc-$$fs; \
 	    ( \
 		echo === building $$target $$libc $$fs on $$(date); \
-		$(MAKE) prereq && \
+		$(GMAKE) prereq && \
 		if [ "x$$p" = xy ];then \
-			$(MAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
+			$(GMAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
 				allmodconfig; \
 		else \
-			$(MAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
+			$(GMAKE) TARGET=$$target LIBC=$$libc FS=$$fs PKG=ipkg \
 				defconfig; \
 		fi && \
-		$(MAKE) VERBOSE=1 -f mk/build.mk allcopy \
+		$(GMAKE) VERBOSE=1 -f mk/build.mk allcopy \
 		    targetdir=$$target-$$libc-$$fs; \
-		$(MAKE) cleantarget; \
+		$(GMAKE) cleantarget; \
 		rm .config; \
 	    ) 2>&1 | tee $(TOPDIR)/bulkdir/$$target-$$libc-$$fs/log; \
 	done <${TOPDIR}/target/bulk.lst

+ 2 - 0
package/Config.in

@@ -541,6 +541,8 @@ menu "X"
 source "package/xorg-server/Config.in"
 source "package/xf86-video-cirrus/Config.in"
 source "package/xf86-video-geode/Config.in"
+source "package/xf86-input-mouse/Config.in"
+source "package/xf86-input-keyboard/Config.in"
 
 menu "X Libraries"
 source "package/libICE/Config.in"

+ 1 - 0
package/quagga/Makefile

@@ -10,6 +10,7 @@ PKG_BUILDDEP+=		readline ncurses
 PKG_MD5SUM:=		8975414c76a295f4855a417af0b5ddce
 PKG_DESCR:=		A routing software package
 PKG_SECTION:=		net
+PKG_MULTI:=		1
 PKG_URL:=		http://www.quagga.net
 PKG_SITES:=		http://www.quagga.net/download/ \
 			http://www.de.quagga.net/download/ \

+ 32 - 0
package/xf86-input-keyboard/Makefile

@@ -0,0 +1,32 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=		xf86-input-keyboard
+PKG_VERSION:=		1.4.0
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		fc836be5364d80604cb11f4daacceb23
+PKG_DESCR:=		X11 driver for keyboard 
+PKG_SECTION:=		x11
+PKG_BUILDDEP+=		xorg-server
+PKG_DEPENDS:=		xorg-server
+PKG_SITES:=		${MASTER_SITE_XORG}
+
+PKG_TARGET_DEPENDS:=	alix1c
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,XF86_INPUT_KEYBOARD,${PKG_NAME},$(PKG_VERSION)-$(PKG_RELEASE),${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIGURE_STYLE:=	gnu
+BUILD_STYLE:=		auto
+INSTALL_STYLE:=		auto
+
+post-install:
+	${INSTALL_DIR} ${IDIR_XF86_INPUT_KEYBOARD}/usr/lib/xorg/modules/input
+	${CP} ${WRKINST}/usr/lib/xorg/modules/input/kbd_drv.so \
+		${IDIR_XF86_INPUT_KEYBOARD}/usr/lib/xorg/modules/input/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
+

+ 31 - 0
package/xf86-input-mouse/Makefile

@@ -0,0 +1,31 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=		xf86-input-mouse
+PKG_VERSION:=		1.5.0
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		a662883fd9709c3dad7fb113ad8d2908
+PKG_DESCR:=		X11 driver for mouse 
+PKG_SECTION:=		x11
+PKG_DEPENDS:=		xorg-server
+PKG_BUILDDEP+=		xorg-server
+PKG_SITES:=		${MASTER_SITE_XORG}
+
+PKG_TARGET_DEPENDS:=	alix1c
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,XF86_INPUT_MOUSE,${PKG_NAME},$(PKG_VERSION)-$(PKG_RELEASE),${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIGURE_STYLE:=	gnu
+BUILD_STYLE:=		auto
+INSTALL_STYLE:=		auto
+
+post-install:
+	${INSTALL_DIR} ${IDIR_XF86_INPUT_MOUSE}/usr/lib/xorg/modules/input
+	${CP} ${WRKINST}/usr/lib/xorg/modules/input/mouse_drv.so \
+		${IDIR_XF86_INPUT_MOUSE}/usr/lib/xorg/modules/input/
+
+include ${TOPDIR}/mk/pkg-bottom.mk

+ 0 - 2
target/bulk.lst

@@ -1,3 +1 @@
-alix1c		uclibc		nfsroot		y
-alix1c		eglibc		nfsroot		y
 alix1c		glibc		nfsroot		y