<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://t-hack.com/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://t-hack.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zoobab</id>
		<title>t-hack.com - Hack X300T / X301T - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://t-hack.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zoobab"/>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Special:Contributions/Zoobab"/>
		<updated>2026-06-10T21:48:19Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.2</generator>

	<entry>
		<id>http://t-hack.com/wiki/index.php?title=Ki-openwrt</id>
		<title>Ki-openwrt</title>
		<link rel="alternate" type="text/html" href="http://t-hack.com/wiki/index.php?title=Ki-openwrt"/>
				<updated>2012-01-08T20:42:39Z</updated>
		
		<summary type="html">&lt;p&gt;Zoobab: openwrt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There seems to be a port of openwrt for some STBs here:&lt;br /&gt;
&lt;br /&gt;
http://kf-repos.de/viewgit/?a=viewblob&amp;amp;p=ki-openwrt&amp;amp;h=66f14fbde3405282ce75f86841ac0f9442517dff&amp;amp;f=Config.in.stb&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
config STB_TARGET&lt;br /&gt;
string&lt;br /&gt;
default &amp;quot;STB71XX&amp;quot; if STB71XX_TARGET&lt;br /&gt;
default &amp;quot;SMP86XX&amp;quot; if SMP86XX_TARGET&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When trying to compile it for the AZBox (which is based on SMP86XX), it fails to compile:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ make&lt;br /&gt;
 make[1] world&lt;br /&gt;
 make[2] tools/install&lt;br /&gt;
 make[3] -C tools/m4 compile&lt;br /&gt;
 make[3] -C tools/m4 install&lt;br /&gt;
 make[3] -C tools/sed compile&lt;br /&gt;
 make[3] -C tools/sed install&lt;br /&gt;
 make[3] -C tools/libtool compile&lt;br /&gt;
 make[3] -C tools/libtool install&lt;br /&gt;
 make[3] -C tools/autoconf compile&lt;br /&gt;
 make[3] -C tools/autoconf install&lt;br /&gt;
 make[3] -C tools/pkg-config compile&lt;br /&gt;
 make[3] -C tools/pkg-config install&lt;br /&gt;
 make[3] -C tools/automake compile&lt;br /&gt;
 make[3] -C tools/automake install&lt;br /&gt;
 make[3] -C tools/gmp compile&lt;br /&gt;
 make[3] -C tools/gmp install&lt;br /&gt;
 make[3] -C tools/mpfr compile&lt;br /&gt;
 make[3] -C tools/mpfr install&lt;br /&gt;
 make[3] -C tools/mpc compile&lt;br /&gt;
 make[3] -C tools/mpc install&lt;br /&gt;
 make[3] -C tools/libelf compile&lt;br /&gt;
 make[3] -C tools/libelf install&lt;br /&gt;
 make[3] -C tools/flex compile&lt;br /&gt;
 make[3] -C tools/flex install&lt;br /&gt;
 make[3] -C tools/bison compile&lt;br /&gt;
 make[3] -C tools/bison install&lt;br /&gt;
 make[3] -C tools/genromfs compile&lt;br /&gt;
 make[3] -C tools/genromfs install&lt;br /&gt;
 make[3] -C tools/genzbf compile&lt;br /&gt;
make -r world: build failed. Please re-run make with V=99 to see what's going on&lt;br /&gt;
make: *** [world] Error 1&lt;br /&gt;
&lt;br /&gt;
$ make V=99&lt;br /&gt;
&lt;br /&gt;
[...]&lt;br /&gt;
&lt;br /&gt;
make[3]: Leaving directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/tools/bison'&lt;br /&gt;
make[3]: Entering directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/tools/genromfs'&lt;br /&gt;
make[3]: Leaving directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/tools/genromfs'&lt;br /&gt;
make[3]: Entering directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/tools/genromfs'&lt;br /&gt;
make[3]: Leaving directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/tools/genromfs'&lt;br /&gt;
make[3]: Entering directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/tools/genzbf'&lt;br /&gt;
make CC=&amp;quot;gcc&amp;quot; -C /home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/build_dir/host/genzbf-20101031 CFLAGS=&amp;quot;-Wall -O2 -g -m32&amp;quot;&lt;br /&gt;
make[4]: Entering directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/build_dir/host/genzbf-20101031'&lt;br /&gt;
gcc -Wall -O2 -g -m32 -o genzbf genzbf.c&lt;br /&gt;
In file included from /usr/include/stdio.h:28:0,&lt;br /&gt;
                 from genzbf.c:12:&lt;br /&gt;
/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory&lt;br /&gt;
compilation terminated.&lt;br /&gt;
make[4]: *** [genzbf] Error 1&lt;br /&gt;
make[4]: Leaving directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/build_dir/host/genzbf-20101031'&lt;br /&gt;
make[3]: *** [/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/build_dir/host/genzbf-20101031/.built] Error 2&lt;br /&gt;
make[3]: Leaving directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/tools/genzbf'&lt;br /&gt;
make[2]: *** [tools/genzbf/compile] Error 2&lt;br /&gt;
make[2]: Leaving directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0'&lt;br /&gt;
make[1]: *** [/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0/staging_dir/target-mipsel_glibc-2.10.2/stamp/.tools_install_ynnnn] Error 2&lt;br /&gt;
make[1]: Leaving directory `/home/zoobab/soft/belgacomtv-scientific/ki/ki-openwrt-052a2f0'&lt;br /&gt;
make: *** [world] Error 2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zoobab</name></author>	</entry>

	</feed>