On 10/07/2011 10:22 AM, Delbert Franz wrote:
However, there is often a simple solution to what first appears complex. I tracked git-merge to: /usr/libexec/git-core and in fact git-merge was there. The git-core subdirectory has more than 100 symbolic links with compound names like: git-xxxxxx, where xxxxxx is some string of symbols. There are also about 10 scripts that call on various of the symbolic links. Everything seemed to be there but no symbolic link would execute. All of the symbolic links redirected to git, like
... Hi Delbert the git problem report to upstream: https://dev.openwrt.org/ticket/10221
One other minor problem, which has always been there, has to do with the hostname not appearing in the call to udhcpc. My LAN needs to have the host name appear so that dhcp will work properly. The source of the problem is in the file: /lib/network/config.sh. (I use a short host name of "nn".)
I look into the config.sh, it try to get hostname by using 'config_get' where is belong to '/etc/functions.sh' which use get value from 'export' output can we export the hostname? because we can easy add some command to '/etc/profile' thanks for report xiangfu _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

