rayddteam

RSPRO kernel config

May 4th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. # Kernel config for AR7161 on Ubiquiti RSPRO board
  2. machine mips mips
  3. ident Ubiquiti_RSPRO
  4. cpu CPU_MIPS4KC
  5. hints "/usr/obj//usr/home/ray/work/DDTeam.net/ZRouter/zrouter/conf/Ubiquiti_RSPRO.hints"
  6. # makeoptions section
  7. makeoptions MODULES_OVERRIDE="if_bridge bridgestp libalias/libalias libalias/modules/ftp libalias/modules/pptp geom/geom_label md unionfs msdosfs ufs tmpfs netgraph/async netgraph/bpf netgraph/car netgraph/deflate netgraph/iface netgraph/ipfw netgraph/l2tp netgraph/nat netgraph/netflow netgraph/netgraph netgraph/ppp netgraph/pppoe netgraph/pptpgre netgraph/pred1 netgraph/socket netgraph/tcpmss netgraph/tee netgraph/tty netgraph/vjc netgraph/mppc rc4"
  8. makeoptions INLINE_LIMIT=768
  9. makeoptions KERNLOADADDR=0x80050000
  10. # files section
  11. files "../atheros/files.ar71xx"
  12. # options section
  13. options ROOTDEVNAME=\"cd9660:/dev/redboot/rootfs.uncompress\"
  14. options IEEE80211_DEBUG
  15. options IEEE80211_SUPPORT_MESH
  16. options IEEE80211_SUPPORT_TDMA
  17. options AH_DEBUG
  18. options ATH_DEBUG
  19. options AH_SUPPORT_AR5416
  20. options AH_RXCFG_SDMAMW_4BYTES
  21. options HZ=1000
  22. options MAXFILES=512
  23. options SHMALL=128
  24. options MSGBUF_SIZE=65536
  25. options NO_SYSCTL_DESCR
  26. options NO_FFS_SNAPSHOT
  27. options SCSI_NO_SENSE_STRINGS
  28. options SCSI_NO_OP_STRINGS
  29. options RWLOCK_NOINLINE
  30. options SX_NOINLINE
  31. options NO_SWAPPING
  32. options INET
  33. options TMPFS
  34. options CD9660
  35. options SCHED_4BSD
  36. options PSEUDOFS
  37. options _KPOSIX_PRIORITY_SCHEDULING
  38. options USB_EHCI_BIG_ENDIAN_DESC
  39. options USB_HOST_ALIGN=32
  40. options SOC_VENDOR=\"Atheros\"
  41. options SOC_MODEL=\"AR7161\"
  42. options DEVICE_VENDOR=\"Ubiquiti\"
  43. options DEVICE_MODEL=\"RSPRO\"
  44. # devices section
  45. device geom_redboot
  46. device switch
  47. device switch_ar8x16
  48. device wlan
  49. device wlan_amrr
  50. device wlan_wep
  51. device wlan_ccmp
  52. device wlan_tkip
  53. device ath
  54. device ath_hal
  55. device ath_pci
  56. device ath_rate_sample
  57. device geom_uncompress
  58. device uart
  59. device random
  60. device loop
  61. device ether
  62. device tun
  63. device pty
  64. device bpf
  65. device vlan
  66. device pci
  67. device ar71xx_pci
  68. device mii
  69. device arge
  70. device gpio
  71. device gpioled
  72. device mx25l
  73. device spibus
  74. device ar71xx_spi
  75. device ar71xx_wdog
  76. device usb
  77. device ehci
  78. device ohci
  79. device umass
  80. device scbus
  81. device da
Advertisement
Add Comment
Please, Sign In to add comment