SPECS (LINUX_2_6): kernel.spec - add mISDN (ix86 only)

areq areq at pld-linux.org
Sat Aug 27 22:00:29 CEST 2005


Author: areq                         Date: Sat Aug 27 20:00:29 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- add mISDN (ix86 only)

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1168 -> 1.441.2.1169) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1168 SPECS/kernel.spec:1.441.2.1169
--- SPECS/kernel.spec:1.441.2.1168	Fri Aug 26 14:52:05 2005
+++ SPECS/kernel.spec	Sat Aug 27 22:00:19 2005
@@ -105,7 +105,7 @@
 %define		_procps_ver		3.2.0
 %define		_oprofile_ver		0.5.3
 
-%define		_rel		0.4
+%define		_rel		0.5
 
 %define		_netfilter_snap		20050801
 
@@ -115,6 +115,7 @@
 
 %define		pcmcia_version		3.1.22
 %define		drm_xfree_version	4.3.0
+%define		mISDN_version		CVS-2005-07-06	
 
 Summary:	The Linux kernel (the core of the Linux operating system)
 Summary(de):	Der Linux-Kernel (Kern des Linux-Betriebssystems)
@@ -168,6 +169,10 @@
 Source95:	kernel-linuxabi.config
 Source96:	kernel-ocfs2.config
 
+Source100:      ftp://ftp.isdn4linux.de/pub/isdn4linux/CVS-Snapshots/mISDN-%{mISDN_version}.tar.bz2
+# Source100-md5:	f8892d49e00e3fa26e65e22084edd472
+
+
 Patch0:		2.6.0-ksyms-add.patch
 Patch1:		linux-2.6-version.patch
 Patch2:		linux-2.6-biarch-build.patch
@@ -621,7 +626,7 @@
 /usr/src/linux/Documentation.
 
 %prep
-%setup -q -n linux-%{version}%{_rc}
+%setup -q -n linux-%{version}%{_rc} -a 100
 
 %patch0 -p1
 %patch1 -p0
@@ -743,6 +748,12 @@
 # on sparc this line causes CONFIG_INPUT=m (instead of =y), thus breaking build
 sed -i -e '/select INPUT/d' net/bluetooth/hidp/Kconfig
 
+# mISDN
+%ifarch %{ix86}
+cd mISDN-%{mISDN_version}
+./std2kern -k ../
+%endif
+
 %build
 TuneUpConfigForIX86 () {
 %ifarch %{ix86}
@@ -1490,6 +1501,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1169  2005/08/27 20:00:19  areq
+- add mISDN (ix86 only)
+
 Revision 1.441.2.1168  2005/08/26 12:52:05  baggins
 - uncommented atm patches
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1168&r2=1.441.2.1169&f=u




More information about the pld-cvs-commit mailing list