Editing Talk:PS3 OpenWRT
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
Can't flash but can load, we can store an elf on HDD and maybe add an entry to kboot.conf | Can't flash but can load, we can store an elf on HDD and maybe add an entry to kboot.conf | ||
I've tried compiling using HOWTO, but as a result of "make V=99 kernel_menuconfig" i'm getting: | |||
*** End of Linux kernel configuration. | |||
*** Execute 'make' to build the kernel or try 'make help'. | |||
make[3]: Leaving directory `/usr/src/openwrt-dev/build_dir/linux-ps3_petitboot/l | |||
inux-2.6.30.10' | |||
/usr/src/openwrt-dev/scripts/kconfig.pl '>' /usr/src/openwrt-dev/build_dir/lin | |||
ux-ps3_petitboot/linux-2.6.30.10/.config > /usr/src/openwrt-dev/target/linux/ps3 | |||
/config-2.6.30 | |||
Parse error at /usr/src/openwrt-dev/scripts/kconfig.pl line 137, <FILE> line 696 | |||
. | |||
make[2]: *** [menuconfig] Error 255 | |||
make[2]: Leaving directory `/usr/src/openwrt-dev/target/linux/ps3' | |||
make[1]: *** [menuconfig] Error 2 | |||
make[1]: Leaving directory `/usr/src/openwrt-dev/target/linux' | |||
make: *** [kernel_menuconfig] Error 2 | |||
In HOWTO line 94 should be: | |||
cp kernel-config-3.3 .config | |||