mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-olinuxino to 3.7.2-2
This commit is contained in:
parent
122c7f418e
commit
1615065d98
3 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ pkgname=('linux-olinuxino' 'linux-headers-olinuxino')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.7
|
||||
pkgver=${_basekernel}.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -24,7 +24,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.xz
|
|||
'0001-rtl8192cu.patch')
|
||||
md5sums=('21223369d682bcf44bcdfe1521095983'
|
||||
'b88977838a2a52ff4fb4e82b30726496'
|
||||
'f1dceecd88bd7404bf7004b88eaac0a3'
|
||||
'23a7b5a1f8030d8d2358ffd61facde41'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'13fc27b36015d5a4bd82ce3e6d9d016e'
|
||||
'acc5de524247ec1aff5c9af6a486652f'
|
||||
|
|
|
@ -1295,14 +1295,14 @@ CONFIG_USB_CATC=m
|
|||
CONFIG_USB_KAWETH=m
|
||||
CONFIG_USB_PEGASUS=m
|
||||
CONFIG_USB_RTL8150=m
|
||||
CONFIG_USB_USBNET=m
|
||||
CONFIG_USB_USBNET=y
|
||||
CONFIG_USB_NET_AX8817X=m
|
||||
CONFIG_USB_NET_CDCETHER=m
|
||||
CONFIG_USB_NET_CDC_EEM=m
|
||||
CONFIG_USB_NET_CDC_NCM=m
|
||||
CONFIG_USB_NET_DM9601=m
|
||||
CONFIG_USB_NET_SMSC75XX=m
|
||||
CONFIG_USB_NET_SMSC95XX=m
|
||||
CONFIG_USB_NET_SMSC95XX=y
|
||||
CONFIG_USB_NET_GL620A=m
|
||||
CONFIG_USB_NET_NET1080=m
|
||||
CONFIG_USB_NET_PLUSB=m
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
KERNEL_NAME=-olinuxino
|
||||
KERNEL_VERSION=2.6.35-7-ARCH+
|
||||
KERNEL_VERSION=3.7.2-2-ARCH
|
||||
|
||||
flush_kernel() {
|
||||
echo "Do you want the new kernel flashed onto mmcblk0p1? [y|N] "
|
||||
|
|
Loading…
Reference in a new issue