Comments on: Compiling software for OpenWrt (and creating packages) https://grey-panther.net/2009/04/compiling-software-for-openwrt-and-creating-packages.html Just another WordPress site Tue, 08 Mar 2011 14:31:22 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Ghenadie https://grey-panther.net/2009/04/compiling-software-for-openwrt-and-creating-packages.html#comment-69 Tue, 08 Mar 2011 14:31:22 +0000 https://grey-panther.net/?p=320#comment-69 Hi,

I couldn't find these files:

include $(TOPDIR)/rules.mk

include $(INCLUDE_DIR)/package.mk

]]>
By: Cd-MaN https://grey-panther.net/2009/04/compiling-software-for-openwrt-and-creating-packages.html#comment-206 Fri, 01 Jan 2010 19:37:59 +0000 https://grey-panther.net/?p=320#comment-206 @GeertVc: thanks for the heads-up. The full line was there, but HTML interprets the "less than" character as "start of tag", so it needs to be encoded if the literal character is needed. Fixed.

]]>
By: GeertVc https://grey-panther.net/2009/04/compiling-software-for-openwrt-and-creating-packages.html#comment-208 Wed, 30 Dec 2009 08:21:03 +0000 https://grey-panther.net/?p=320#comment-208 Hi,

You're missing the part in your first example (Helloworld.c). Only #include is mentioned, not the header file itself…

]]>