Advertisement
Guest User

Untitled

a guest
May 29th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.90 KB | None | 0 0
  1. diff --git a/target/linux/au1000/au1550/profiles/DBAu1550.mk b/target/linux/au1000/au1550/profiles/DBAu1550.mk
  2. index 485e6eb..3535be6 100644
  3. --- a/target/linux/au1000/au1550/profiles/DBAu1550.mk
  4. +++ b/target/linux/au1000/au1550/profiles/DBAu1550.mk
  5. @@ -1,5 +1,5 @@
  6.  #
  7. -# Copyright (C) 2009 OpenWrt.org
  8. +# Copyright (C) 2009-2015 OpenWrt.org
  9.  #
  10.  # This is free software, licensed under the GNU General Public License v2.
  11.  # See /LICENSE for more information.
  12. @@ -7,7 +7,7 @@
  13.  
  14.  define Profile/DBAu1550
  15.   NAME:=AMD DBAu1550 Development Kit
  16. - PACKAGES:=kmod-pcmcia kmod-pcmcia-au1000 kmod-usb-ohci kmod-usb-ehci
  17. + PACKAGES:=kmod-pcmcia-au1000 kmod-usb-ohci kmod-usb2-pci
  18.  endef
  19.  
  20.  $(eval $(call Profile,DBAu1550))
  21. diff --git a/target/linux/au1000/au1550/target.mk b/target/linux/au1000/au1550/target.mk
  22. index 0d097bd..1429cb4 100644
  23. --- a/target/linux/au1000/au1550/target.mk
  24. +++ b/target/linux/au1000/au1550/target.mk
  25. @@ -1,4 +1,5 @@
  26.  BOARDNAME:=Au1550
  27. +FEATURES += pcmcia
  28.  
  29.  DEFAULT_PACKAGES+= wpad-mini
  30.  
  31. diff --git a/target/linux/au1000/modules.mk b/target/linux/au1000/modules.mk
  32. index e001db4..079a267 100644
  33. --- a/target/linux/au1000/modules.mk
  34. +++ b/target/linux/au1000/modules.mk
  35. @@ -1,5 +1,5 @@
  36.  #
  37. -# Copyright (C) 2010 OpenWrt.org
  38. +# Copyright (C) 2010-2015 OpenWrt.org
  39.  #
  40.  # This is free software, licensed under the GNU General Public License v2.
  41.  # See /LICENSE for more information.
  42. @@ -8,9 +8,10 @@
  43.  define KernelPackage/pcmcia-au1000
  44.    SUBMENU:=$(PCMCIA_MENU)
  45.    TITLE:=RMI/AMD Au1000 PCMCIA support
  46. -  DEPENDS:=@TARGET_au1000 kmod-pcmcia-core
  47. -  FILES:=$(LINUX_DIR)/drivers/pcmcia/au1x00_ss.ko
  48. -  AUTOLOAD:=$(call AutoLoad,41,au1x00_ss)
  49. +  DEPENDS:=@TARGET_au1000 +kmod-pcmcia-core
  50. +  FILES:=$(LINUX_DIR)/drivers/pcmcia/db1xxx_ss.ko
  51. +  KCONFIG:=CONFIG_PCMCIA_ALCHEMY_DEVBOARD
  52. +  AUTOLOAD:=$(call AutoLoad,41,db1xxx_ss)
  53.  endef
  54.  
  55.  $(eval $(call KernelPackage,pcmcia-au1000))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement