Hi David Kuehling check out : https://dev.openwrt.org/ticket/6006 https://dev.openwrt.org/changeset/22508
by the way. package/base-files/files/etc/hosts: is not the right place for nanonote special changes. it's for all devices in OpenWrt. we should put this kind change to: target/linux/xburst/base-files/etc/hosts since it works in config.full_system, config.minimal, config.* when the changes only works in config.full_system, we put the changes to: data/qi_lb60/files/etc/ (ONLY when it no belong to any package) "git pull -r" is always better I think, it's make your commit on the top of history and reduce the "merge" commit. On 12/18/2010 11:22 PM, David Kuehling wrote: >>>>>> "Xiangfu" == Xiangfu Liu <[email protected]> writes: > >> Hi David Kuehling thanks for report. applied: [add 127.0.0.1 >> BenNanoNote to hosts file] http://qi-hw.com/p/openwrt-xburst/170c1c4 > > Oops, should have checked my mail. Found out I had commit access to > openwrt-xburst and committed, too. Our two solutions differ: > > Originally: > > 127.0.0.1 localhost. > > Your version: > > 127.0.0.1 BenNanoNote localhost > > My version: > > 127.0.0.1 localhost. > 127.0.0.1 BenNanoNote > > You removed the dot "." after localhost. Sure that that's ok? > > cheers, > > David -- Best Regards Xiangfu -- Qi RSS feed, http://en.qi-hardware.com/feed/rss20.xml -- _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

