#19728: Bad Data CRC with 15.05-rc1 on a WNR2000v1
--------------------------+------------------------------------
  Reporter:  nabcore      |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:  Chaos Calmer (trunk)
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:  WNR2000 15.05-rc1 AP81
--------------------------+------------------------------------

Comment (by nabcore):

 I was able to work around this, to build a smaller uImage, by building
 from source and stripping unnecessary exports from the kernel image:

 {{{
 1) Clone repo
 git clone git://git.openwrt.org/15.05/openwrt.git

 2) Update feeds
 cd openwrt
 ./scripts/feeds update -a

 3) Select kernel options

 make menuconfig

   Select
         Target System --> (Atheros AR7xxx/AR9xxx)
         Target Profile --> Atheros AP81 reference board

         Image configuration --> Separate feed repositories --> Enable feed
 packages
         Image configuration --> Separate feed repositories --> Enable feed
 routing
   DeSelect
         Network --> ppp
         Kernel Modules --> USB Support -- > kmod-usb2
         Kernel Modules --> USB Support -- > kmod-usb-core
         Kernel Modules --> Network Support -- > kmod-ppp
   Select
         Global build settings --> Strip unnecessary exports from the
 kernel image


 4) Build
 make -j4
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/19728#comment:5>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to