Re: [OpenWrt-Devel] Controlling package architecture

2013-05-19 Thread jonsm...@gmail.com
On Sun, May 19, 2013 at 8:48 PM, jonsm...@gmail.com wrote: > On Sun, May 19, 2013 at 4:21 AM, xakep wrote: >> Try set ARCH_PACKAGES:=ramips (in linux/ramips/rt305x/target.mk) > > So how do the snapshots get built with ARCH_PACKAGES:=ramips instead > of ARCH_PACKAGES:=ramips_24kec? > I only no

Re: [OpenWrt-Devel] Controlling package architecture

2013-05-19 Thread jonsm...@gmail.com
On Sun, May 19, 2013 at 4:21 AM, xakep wrote: > Try set ARCH_PACKAGES:=ramips (in linux/ramips/rt305x/target.mk) So how do the snapshots get built with ARCH_PACKAGES:=ramips instead of ARCH_PACKAGES:=ramips_24kec? I only noticed this because I had to ramip_24kec to my okpg config. > > > 201

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-19 Thread Benjamin Henrion
On May 19, 2013 8:58 PM, "Benjamin Henrion" wrote: > > On Mon, May 6, 2013 at 4:52 PM, Zoltan HERPAI wrote: > > Hi Benjamin, > > > > Thanks. Support includes usb and rtc so far, sound and the expansion ports > > are yet to come. > > Installed in on an SD card on the Maxi, works fine, but cannot f

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-19 Thread Benjamin Henrion
On Mon, May 6, 2013 at 4:52 PM, Zoltan HERPAI wrote: > Hi Benjamin, > > Thanks. Support includes usb and rtc so far, sound and the expansion ports > are yet to come. Installed in on an SD card on the Maxi, works fine, but cannot find the /sys/class/gpio entries... Any idea if there is a need of

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 89, Issue 55

2013-05-19 Thread Oguz Ersoz
I have a question to every OpenWRT developers (Please offer pay support amount your self) Is it possible to make ar71xx based generic system boots from single file i mean is single file contains vmlinux-lzma.elf + root-filesystem like knoppix mini tftpd32 transfering vmlinux-lzma.elf file and b

Re: [OpenWrt-Devel] Controlling package architecture

2013-05-19 Thread xakep6666
Try set ARCH_PACKAGES:=ramips (in linux/ramips/rt305x/target.mk) 2013/5/18 jonsm...@gmail.com > My packages are getting built with the architecture ramips_24kec. A > normal downloaded package is simply built for ramips. > > What controls this? How to I switch to the ramips architecture. > > My