1 (edytowany przez jarecki 2012-04-11 20:08:45)

Temat: Alix 1c Openwrt x86 startuje z błędami - padł :)

Witam Wszystkich
Próbuję uruchomić openwrt x86 na Alix 1c (najnowszy bios) próby obejmowały ext2, jffs2 oraz gargoyle. . Obraz wgrywam na microdrive seagate st1 5gb, openwrt wgrywa się prawidłowo - 2 partycje, gargoyle x86 generic tworzy tylko boot, systemowa jest nieczytelna. Obraz wgrywałem physdiskwrite pod xp oraz dd pod linuxem, po starcie w pewnym momencie pojawia się błąd ata utrata przerwania, później doesn't support dpo or fua, a później kernel panic - wskaż root, niemożna znaleźć sda2 (coś w tym stylu - piszę z pamięci).
Na drugim microdrive mam ipcop i na tym alix-ie działa prawidłowo
Gdzie jest błąd? Czy w gotowym obrazie brakuje jakiś modułów?
Proszę o pomoc, 2x po pół dnia, wujek google i nic... sad
Użyłem gotowych obrazów x86 gałęzi Backfire.

Rób co uważasz, ale uważaj co robisz...

2

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Skompiluj specjalnie dla alixa, bo nie wiem czy ten generic ma wkompilowane ide alixowe.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Cezary dzięki za odpowiedź,
po długim studiowaniu tematu stwierdzam że jestem ślepy- w wiki dla alix jest jak drut że kamikaze go obsługuje i dalej nie...
według mnie problem w backfire to brak modułu kmod-scsi-core który wyparował z konfigu... (błąd z support dpo or fua).

Rób co uważasz, ale uważaj co robisz...

4

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Dlatego też napisałem - skompiluj samodzielnie...

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

5

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Cezary napisał/a:

Dlatego też napisałem - skompiluj samodzielnie...

skąd mam wziąć moduł w packages go nie ma (gdyby był w jądrze to by działało), chyba że czegoś nie zrozumiałem sad to nie jest typowy linux...

Rób co uważasz, ale uważaj co robisz...

6

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

make kernel_menuconfig i włącz go w kernelu. Nie w postaci modułu, bo przecież musi być w kernelu żeby system plików zobaczyć.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

7

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Witam ponownie,
3 dni ślęczenia i znowu qpa  sad
robiłem zgodnie z dokumentem- kompilacja, po wpisaniu make kernel_menuconfig otrzymuje:

--2012-04-06 16:49:07--  http://mirror2.openwrt.org/sources/linu … .9.tar.bz2
Resolving mirror2.openwrt.org... 46.4.11.11
Connecting to mirror2.openwrt.org|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-04-06 16:49:08 ERROR 404: Not Found.

Download failed.
--2012-04-06 16:49:08--  http://downloads.openwrt.org/sources/li … .9.tar.bz2
Resolving downloads.openwrt.org... 78.24.191.177
Connecting to downloads.openwrt.org|78.24.191.177|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31112532 (30M) [text/plain]
Saving to: `STDOUT'

100%[===================================================================================================================>] 31,112,532  1.88M/s   in 23s     

2012-04-06 16:49:31 (1.27 MB/s) - written to stdout [31112532/31112532]

rm -rf /home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4
mkdir -p /home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4
bzcat /home/jarek/openwrt/backfire/backfire/dl/linux-2.4.37.9.tar.bz2 | /bin/tar -C /home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4 -xf -
rm -rf /home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4/linux-2.4.37.9/patches; mkdir -p /home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4/linux-2.4.37.9/patches
cp -fpR "./files"/. /home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4/linux-2.4.37.9/
find /home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4/linux-2.4.37.9/ -name \*.rej -or -name \*.orig | xargs -r rm -f
touch /home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4/linux-2.4.37.9/.quilt_used
touch /home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4/linux-2.4.37.9/.prepared
if [ -s "/home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4/linux-2.4.37.9/patches/series" ]; then (cd "/home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4/linux-2.4.37.9"; if quilt --quiltrc=- next >/dev/null 2>&1; then quilt --quiltrc=- push -a; else quilt --quiltrc=- top >/dev/null 2>&1; fi ); fi
make[2]: *** [/home/jarek/openwrt/backfire/backfire/build_dir/linux-brcm-2.4/linux-2.4.37.9/.quilt_checked] Error 127
make[2]: Leaving directory `/home/jarek/openwrt/backfire/backfire/target/linux/brcm-2.4'
make[1]: *** [menuconfig] Error 2
make[1]: Leaving directory `/home/jarek/openwrt/backfire/backfire/target/linux'
make: *** [kernel_menuconfig] Błąd 2
znowu czegoś nie rozumiem... wcześniej są jeszcze inne błędy z repo (na serwerach niema wersji ze skryptu, tak jak to widać na logu)

Rób co uważasz, ale uważaj co robisz...

8

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Czemu na alixa budujesz kernel 2.4?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

9 (edytowany przez jarecki 2012-04-06 17:00:40)

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

czyli znowu czegoś nierozumiem...
tak jest w doku:

svn co svn://svn.openwrt.org/openwrt/branches/backfire

sam bylem zdziwiony tym 2.4, czyli nie branches tylko trunk, tak ?

Rób co uważasz, ale uważaj co robisz...

10

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Backfire ma 2.4 tylko dla brcm24, na x86 ma 2.6 (.32 dokładnie). Więc pytanie co ty właściwie kompilujesz, bo raczej to nie na alixa.

Zrobiłeś make menuconfig i wybrałeś Alixa? Bo chyba domyślnie zostawiłeś to co jest.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

11 (edytowany przez jarecki 2012-04-06 17:47:23)

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

teraz zrobiłem po kolei:
svn co svn...
make packege/symlinks (w oknie wybrałem x86, generic, alix, zmieniłem tylko 5 pierwszych ustawień, zapisałem konfig)
make kernel_menuconfig (ściągnęło żródła)
i skutek
rm -rf /home/jarek/openwrt/backfire/build_dir/linux-x86_generic
mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic
bzcat /home/jarek/openwrt/backfire/dl/linux-2.6.32.27.tar.bz2 | /bin/tar -C /home/jarek/openwrt/backfire/build_dir/linux-x86_generic -xf -
rm -rf /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27/patches; mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27/patches
cp -fpR "/home/jarek/openwrt/backfire/target/linux/generic-2.6/files"/. /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27/
find /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27/ -name \*.rej -or -name \*.orig | xargs -r rm -f
touch /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27/.quilt_used
touch /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27/.prepared
if [ -s "/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27/patches/series" ]; then (cd "/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27"; if quilt --quiltrc=- next >/dev/null 2>&1; then quilt --quiltrc=- push -a; else quilt --quiltrc=- top >/dev/null 2>&1; fi ); fi
make[2]: *** [/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27/.quilt_checked] Error 127
make[2]: Leaving directory `/home/jarek/openwrt/backfire/target/linux/x86'
make[1]: *** [menuconfig] Error 2
make[1]: Leaving directory `/home/jarek/openwrt/backfire/target/linux'
make: *** [kernel_menuconfig] Błąd 2

niestety ten sam, co robię źle? sad
niestety man nie jest jednoznaczny... po czym wpisac tą komendę

Rób co uważasz, ale uważaj co robisz...

12

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Nie smile

svn co svn...
make packege/symlinks
make menuconfig, wybierz co tam masz mieć.
make <- skompiluj to najpierw

A teraz mieszaj z kernel_menuconfig

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

13 (edytowany przez jarecki 2012-04-06 17:50:45)

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

ok,  wielkie dzięki.. za cierpliwość smile
no to działam...

Rób co uważasz, ale uważaj co robisz...

14

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

make menuconfig- co mam wybrać:
-image builder
-sdk
-toolchain
?

Rób co uważasz, ale uważaj co robisz...

15

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Nic nie zmieniaj. Zmień tylko sobie na alixa i zostaw resztę tak jak jest. Skompiluje Ci się minimalny obraz który działa. Później będziesz zmieniał jak będziesz miał działającą podstawę.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

16

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Czy kompilacja gargoyle będzie wyglądała tak samo?

Rób co uważasz, ale uważaj co robisz...

17

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Nie. Czytałeś http://eko.one.pl/?p=openwrt-kompilacja?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

18

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Tak, chodzi mi o sam wybór platformy- make dla alix

Rób co uważasz, ale uważaj co robisz...

19

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

make alix

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

20

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

a więc make zatrzymuje się tym miejscu i brak mi koncepcji czego brak ( doinstalowalem w trakcie ileś pakietów które brakowało w systemie, kompilacje rozpoczynałem z 10x)
log:

   #
    #  Cross building for i486-openwrt-linux
    #
make[3]: Entering directory `/home/jarek/openwrt/backfire/feeds/packages/libs/argtable'
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-argtable
mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-argtable
install -d -m0755 /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-argtable/usr/lib
cp -fpR /home/jarek/openwrt/backfire/build_dir/target-i386_uClibc-0.9.30.1/argtable2-12/ipkg-install/usr/lib/libargtable2.so.* /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-argtable/usr/lib/
cp -fpR /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-argtable/. /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-argtable
touch /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp/.argtable_installed
make[3]: Leaving directory `/home/jarek/openwrt/backfire/feeds/packages/libs/argtable'
      [Link] bin/i486-openwrt-linux/ajsc
/home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/usr/lib/libsqlite3.so: warning: the use of LEGACY `utimes' is discouraged, use `utime'
/home/jarek/openwrt/backfire/build_dir/target-i386_uClibc-0.9.30.1/appweb-3.2.2-1/lib/i486-openwrt-linux/libajs.so: undefined reference to `sqlite3_column_table_name'
collect2: ld returned 1 exit status
bld: /home/jarek/openwrt/backfire/staging_dir/toolchain-i386_gcc-4.1.2_uClibc-0.9.30.1/bin/i486-openwrt-linux-uclibc-gcc failed
   [DETAILS] bld "--exe" "../../bin/i486-openwrt-linux/ajsc" "--search" "--libs" "ajs" "pcre" "sqlite3" "mpr" "ac" "ejsc.o"
make[8]: *** [../../bin/i486-openwrt-linux/ajsc] Error 255
make[7]: *** [compileFirst] Error 2
make[6]: *** [compileDirs] Error 2
make[5]: *** [compileDirs] Error 2
make[4]: *** [compile] Error 255
make[4]: Leaving directory `/home/jarek/openwrt/backfire/build_dir/target-i386_uClibc-0.9.30.1/appweb-3.2.2-1'
make[3]: *** [/home/jarek/openwrt/backfire/build_dir/target-i386_uClibc-0.9.30.1/appweb-3.2.2-1/.built] Error 2
make[3]: Leaving directory `/home/jarek/openwrt/backfire/feeds/packages/net/appweb'
make[2]: *** [package/feeds/packages/appweb/compile] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: Entering directory `/home/jarek/openwrt/backfire/feeds/packages/libs/libevent'
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-libevent
mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-libevent
install -d -m0755 /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-libevent/usr/lib
cp -fpR /home/jarek/openwrt/backfire/build_dir/target-i386_uClibc-0.9.30.1/libevent-1.4.14b-stable/ipkg-install/usr/lib/*.so.* /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-libevent/usr/lib/
cp -fpR /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-libevent/. /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-libevent
touch /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp/.libevent_installed
make[3]: Leaving directory `/home/jarek/openwrt/backfire/feeds/packages/libs/libevent'
  CC [M]  /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/iegbe_param.o
  CC [M]  /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/iegbe_oem_phy.o
  CC [M]  /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/iegbe_ethtool.o
  CC [M]  /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/kcompat.o
  LD [M]  /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/iegbe.o
  LD [M]  /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/gcu.o
  Building modules, stage 2.
/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/Makefile:89: ***
/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/Makefile:94: *** Warning: kernel source configuration (UP)
/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/Makefile:95: *** does not match running kernel (SMP)
/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/Makefile:97: *** Continuing with build,
/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/Makefile:98: *** resulting driver may not be what you want
/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/Makefile:99: ***
  MODPOST 2 modules
  CC      /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/gcu.mod.o
  LD [M]  /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/gcu.ko
  CC      /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/iegbe.mod.o
  LD [M]  /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE/iegbe.ko
make[7]: Leaving directory `/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/linux-2.6.32.27'
Copying outputs
make[6]: Leaving directory `/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/src/GbE'
make[5]: Leaving directory `/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded'
make[4]: Leaving directory `/home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded'
touch /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/.built
rm -rf /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can
mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL
echo "Package: kmod-ep80579-can" > /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL/control
echo "Version: 2.6.32.27+1.0.34-1" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL/control
( DEPENDS='kernel (=2.6.32.27-1)'; for depend in ; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/ep80579-drivers"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>"; echo "Architecture: x86"; echo "Installed-Size: 0"; echo -n "Description: "; getvar V_Package_kmod_ep80579_can_description | sed -e 's,^[[:space:]]*, ,g'; ) >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL/control
chmod 644 /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL/control
(cd /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL;  )
mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/lib/modules/2.6.32.27
cp -fpR -L /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/timesync.ko /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/can.ko /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/lib/modules/2.6.32.27/
export modules=; add_module() { mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/etc/modules.d; ( [ "$3" = "1" ] && { echo '# May be required for rootfs' ; } ; for mod in $2; do getvar mod; done ) > /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/etc/modules.d/$1-ep80579-can; modules="${modules:+$modules }$1-ep80579-can"; }; add_module 40 "timesync can" ; if [ -n "$modules" ]; then mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/etc/modules.d; mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL; echo "#!/bin/sh" > /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL/postinst; echo "load_modules $modules" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL/postinst; chmod 0755 /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/CONTROL/postinst; fi
mkdir -p /home/jarek/openwrt/backfire/bin/x86/packages
find /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can -name 'CVS' -o -name '.svn' -o -name '.#*' | xargs -r rm -rf
NM="i486-openwrt-linux-uclibc-nm" STRIP="/home/jarek/openwrt/backfire/staging_dir/host/bin/sstrip" STRIP_KMOD="i486-openwrt-linux-uclibc-strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32" /home/jarek/openwrt/backfire/scripts/rstrip.sh /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can
rstrip.sh: /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/lib/modules/2.6.32.27/timesync.ko:relocatable
rstrip.sh: /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can/lib/modules/2.6.32.27/can.ko:relocatable
ipkg-build -c -o 0 -g 0 /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can /home/jarek/openwrt/backfire/bin/x86/packages
Packaged contents of /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-can into /home/jarek/openwrt/backfire/bin/x86/packages/kmod-ep80579-can_2.6.32.27+1.0.34-1_x86.ipk
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can
mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can
mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/lib/modules/2.6.32.27
cp -fpR -L /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/timesync.ko /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/can.ko /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/lib/modules/2.6.32.27/
export modules=; add_module() { mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/etc/modules.d; ( [ "$3" = "1" ] && { echo '# May be required for rootfs' ; } ; for mod in $2; do getvar mod; done ) > /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/etc/modules.d/$1-ep80579-can; modules="${modules:+$modules }$1-ep80579-can"; }; add_module 40 "timesync can" ; if [ -n "$modules" ]; then mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/etc/modules.d; mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/CONTROL; echo "#!/bin/sh" > /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/CONTROL/postinst; echo "load_modules $modules" >> /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/CONTROL/postinst; chmod 0755 /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/CONTROL/postinst; fi
cp -fpR /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can/. /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-can
touch /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp/.kmod-ep80579-can_installed
rm -rf /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth
mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL
echo "Package: kmod-ep80579-eth" > /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL/control
echo "Version: 2.6.32.27+1.0.34-1" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL/control
( DEPENDS='kernel (=2.6.32.27-1)'; for depend in ; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/ep80579-drivers"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>"; echo "Architecture: x86"; echo "Installed-Size: 0"; echo -n "Description: "; getvar V_Package_kmod_ep80579_eth_description | sed -e 's,^[[:space:]]*, ,g'; ) >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL/control
chmod 644 /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL/control
(cd /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL;  )
mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/lib/modules/2.6.32.27
cp -fpR -L /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/gcu.ko /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/iegbe.ko /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/lib/modules/2.6.32.27/
export modules=; add_module() { mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/etc/modules.d; ( [ "$3" = "1" ] && { echo '# May be required for rootfs' ; } ; for mod in $2; do getvar mod; done ) > /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/etc/modules.d/$1-ep80579-eth; modules="${modules:+$modules }$1-ep80579-eth"; }; add_module 40 "gcu iegbe" ; if [ -n "$modules" ]; then mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/etc/modules.d; mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL; echo "#!/bin/sh" > /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL/postinst; echo "load_modules $modules" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL/postinst; chmod 0755 /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/CONTROL/postinst; fi
mkdir -p /home/jarek/openwrt/backfire/bin/x86/packages
find /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth -name 'CVS' -o -name '.svn' -o -name '.#*' | xargs -r rm -rf
NM="i486-openwrt-linux-uclibc-nm" STRIP="/home/jarek/openwrt/backfire/staging_dir/host/bin/sstrip" STRIP_KMOD="i486-openwrt-linux-uclibc-strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32" /home/jarek/openwrt/backfire/scripts/rstrip.sh /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth
rstrip.sh: /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/lib/modules/2.6.32.27/gcu.ko:relocatable
rstrip.sh: /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth/lib/modules/2.6.32.27/iegbe.ko:relocatable
ipkg-build -c -o 0 -g 0 /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth /home/jarek/openwrt/backfire/bin/x86/packages
Packaged contents of /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-eth into /home/jarek/openwrt/backfire/bin/x86/packages/kmod-ep80579-eth_2.6.32.27+1.0.34-1_x86.ipk
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth
mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth
mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/lib/modules/2.6.32.27
cp -fpR -L /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/gcu.ko /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/iegbe.ko /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/lib/modules/2.6.32.27/
export modules=; add_module() { mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/etc/modules.d; ( [ "$3" = "1" ] && { echo '# May be required for rootfs' ; } ; for mod in $2; do getvar mod; done ) > /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/etc/modules.d/$1-ep80579-eth; modules="${modules:+$modules }$1-ep80579-eth"; }; add_module 40 "gcu iegbe" ; if [ -n "$modules" ]; then mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/etc/modules.d; mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/CONTROL; echo "#!/bin/sh" > /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/CONTROL/postinst; echo "load_modules $modules" >> /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/CONTROL/postinst; chmod 0755 /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/CONTROL/postinst; fi
cp -fpR /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth/. /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-eth
touch /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp/.kmod-ep80579-eth_installed
rm -rf /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc
mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL
echo "Package: kmod-ep80579-misc" > /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL/control
echo "Version: 2.6.32.27+1.0.34-1" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL/control
( DEPENDS='kernel (=2.6.32.27-1)'; for depend in ; do DEPENDS=${DEPENDS:+$DEPENDS, }${depend##+}; done; echo "Depends: $DEPENDS"; echo "Provides: "; echo "Source: package/ep80579-drivers"; echo "Section: kernel"; echo "Status: unknown ok not-installed"; echo "Essential: no"; echo "Priority: optional"; echo "Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>"; echo "Architecture: x86"; echo "Installed-Size: 0"; echo -n "Description: "; getvar V_Package_kmod_ep80579_misc_description | sed -e 's,^[[:space:]]*, ,g'; ) >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL/control
chmod 644 /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL/control
(cd /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL;  )
mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/lib/modules/2.6.32.27
cp -fpR -L /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/dma.ko /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/gpio.ko /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/lib/modules/2.6.32.27/
export modules=; add_module() { mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/etc/modules.d; ( [ "$3" = "1" ] && { echo '# May be required for rootfs' ; } ; for mod in $2; do getvar mod; done ) > /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/etc/modules.d/$1-ep80579-misc; modules="${modules:+$modules }$1-ep80579-misc"; }; add_module 40 "gpio dma" ; if [ -n "$modules" ]; then mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/etc/modules.d; mkdir -p /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL; echo "#!/bin/sh" > /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL/postinst; echo "load_modules $modules" >> /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL/postinst; chmod 0755 /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/CONTROL/postinst; fi
mkdir -p /home/jarek/openwrt/backfire/bin/x86/packages
find /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc -name 'CVS' -o -name '.svn' -o -name '.#*' | xargs -r rm -rf
NM="i486-openwrt-linux-uclibc-nm" STRIP="/home/jarek/openwrt/backfire/staging_dir/host/bin/sstrip" STRIP_KMOD="i486-openwrt-linux-uclibc-strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32" /home/jarek/openwrt/backfire/scripts/rstrip.sh /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc
rstrip.sh: /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/lib/modules/2.6.32.27/dma.ko:relocatable
rstrip.sh: /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc/lib/modules/2.6.32.27/gpio.ko:relocatable
ipkg-build -c -o 0 -g 0 /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc /home/jarek/openwrt/backfire/bin/x86/packages
Packaged contents of /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/ipkg-x86/kmod-ep80579-misc into /home/jarek/openwrt/backfire/bin/x86/packages/kmod-ep80579-misc_2.6.32.27+1.0.34-1_x86.ipk
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc
mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc
mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/lib/modules/2.6.32.27
cp -fpR -L /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/dma.ko /home/jarek/openwrt/backfire/build_dir/linux-x86_generic/ep80579-drivers-1.0.34/Embedded/build/gpio.ko /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/lib/modules/2.6.32.27/
export modules=; add_module() { mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/etc/modules.d; ( [ "$3" = "1" ] && { echo '# May be required for rootfs' ; } ; for mod in $2; do getvar mod; done ) > /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/etc/modules.d/$1-ep80579-misc; modules="${modules:+$modules }$1-ep80579-misc"; }; add_module 40 "gpio dma" ; if [ -n "$modules" ]; then mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/etc/modules.d; mkdir -p /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/CONTROL; echo "#!/bin/sh" > /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/CONTROL/postinst; echo "[ -z \"\$IPKG_INSTROOT\" ] || exit 0" >> /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/CONTROL/postinst; echo ". /etc/functions.sh" >> /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/CONTROL/postinst; echo "load_modules $modules" >> /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/CONTROL/postinst; chmod 0755 /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/CONTROL/postinst; fi
cp -fpR /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc/. /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/
rm -rf /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp-kmod-ep80579-misc
touch /home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/root-x86/stamp/.kmod-ep80579-misc_installed
make[3]: Leaving directory `/home/jarek/openwrt/backfire/package/ep80579-drivers'
make[2]: Leaving directory `/home/jarek/openwrt/backfire'
make[1]: *** [/home/jarek/openwrt/backfire/staging_dir/target-i386_uClibc-0.9.30.1/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/jarek/openwrt/backfire'
make: *** [world] Błąd 2

użyłem make -j3 v=99
czy kompilacja jest jeszcze gdzieś zlogowana?
niestety nie widac gdzie jest błąd 1,

Rób co uważasz, ale uważaj co robisz...

21

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Nie używaj -j bo nigdy nie zobaczysz gdzie jest błąd. Samo make V=99 zrób.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

22

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Zrobiłem, ale staje w tym samym miejscu z tym samaym błędem. sad
Wujek google wskazyje że błąd appweb dotyczy również innych distro... (appweb- wyżej gdzie są błędy)

Rób co uważasz, ale uważaj co robisz...

23

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

Więc nie kompiluj tego pakietu.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

24

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

i udało się skompilować obraz dla alixa ?

25

Odp: Alix 1c Openwrt x86 startuje z błędami - padł :)

I UDAŁO SIĘ POKONAĆ GADA ! backfire działa na alix 1c
w make kernel_menuconfig wybrać wszystko co ma w nazwie geode, amd wsparcie dla ide, bo niestety wybranie na logikę kończyło się miłym komunikatem :
czekam na root system /dev/hda2 - zmienić w boot> menu.list

dla tych co nie abla:
make- wybieramy co chcemy, po udanej kompilacji
make kernel_menuconfig - to co na początku
make... i ma działać smile

ps. jeśli wcześniej kompilacje były z błędami -wyczyścić lub usunąć żródła, wykonać svn up. Nie czyścic kompilacji, nie uaktualniać, wszystko w między czasie na jednej wersji- pakiety i obrazy będą się aktualizować ze zmianami. Zaoszczędzi to czas na kompilacje.
i to by było na tyle...

Rób co uważasz, ale uważaj co robisz...