Hello!
About one year ago, one of users forum http://4pda.ru/forum/index.php?showtopic=551476 create diffs for trunk version.
This diffs add support for next devices:
- Keenetic Lite revB, Keenetic 4G revB (Keenetic Series (white))
- Keenetic Lite revA, Keenetic 4G revA (Keenetic Series (white))
- ZyXEL Keenetic, Keenetic Giga (Keenetic Series (white))
- Keenetic 4G II, Keenetic Start (Keenetic Series (black))
- Keenetic Lite II, Keenetic Omni (Keenetic Series (black))
Original diff is here:
http://s-trace.url.ph/files/ZyXEL_Keene … vn_47.diff
but I had to change it to make it work for the lastest versions trunk
Changed diff is here:
https://drive.google.com/file/d/0BzvjFA … sp=sharing
Unfortunately I'm not an expert in GNU Make. I can not compile due to an error:
$ make
Makefile:1066: *** empty variable name. Stop.
make[5]: *** [image-prereq] Error 2
make[4]: *** [prereq] Error 2
make[3]: *** [target/linux/prereq] Error 2
make[2]: *** [/home/user1/trunk/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.target_prereq] Error 2
make[1]: *** [prereq] Error 2
make: *** [world] Error 2
It is obvious that the problem is in the line of the file ./target/linux/ramips/image/Makefile:
$(eval $(call BuildImage))
I do not have the skills to solve this problem. Can anybody help me?