[OpenWrt-Devel] platform name 'ramips' VS 'ramips_24kec'

2014-08-27 Thread Bastian Bittorf
i stumbled in a custom script over this problem:

root@fonera2n:~ opkg status kernel
Package: kernel
Version: 3.10.34-1-9ab8a27dee25ed0e5197bf83aebd96c3
Depends: libc
Status: install hold installed
Architecture: ramips_24kec
Installed-Time: 1396519878

# so the platform/architacture name is 'ramips_24kec'
# but here the name is just: 'ramips'

root@fonera2n:~ grep packages /etc/opkg.conf
src/gz barrier_breaker
http://downloads.openwrt.org/snapshots/trunk/ramips/packages

our auto-update-script is confused (me too!).
can somebody explain this? bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] platform name 'ramips' VS 'ramips_24kec'

2014-08-27 Thread Bastian Bittorf
* Weimarnetz e.V., Vorstand/Vereinsvorsitzender: Bastian Bittorf 
bitt...@bluebottle.com [27.08.2014 09:42]:
 can somebody explain this? bye, bastian

digging through 'target/linux/ramips'
i can see, that all boards are CPU_TYPE:=24kec
but only 1 board 'rt288x' is CPU_TYPE:=mips32r2
(so '24kec' is a special subtype of mips32r2?)

so why there is at http://downloads.openwrt.org/snapshots/trunk/
a folder 'ramips.rt3883' and 'ramips' (but 24kec)
but not 'rampis.rt288x' (which is special: mips32r2)

bye, bastian
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel