<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.bologna.ninux.org/mediawiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.bologna.ninux.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=CompilareDaOpenWrt-TRUNK</id>
		<title>CompilareDaOpenWrt-TRUNK - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.bologna.ninux.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=CompilareDaOpenWrt-TRUNK"/>
		<link rel="alternate" type="text/html" href="https://wiki.bologna.ninux.org/mediawiki/index.php?title=CompilareDaOpenWrt-TRUNK&amp;action=history"/>
		<updated>2026-07-11T19:54:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.20+dfsg-0+deb7u3</generator>

	<entry>
		<id>https://wiki.bologna.ninux.org/mediawiki/index.php?title=CompilareDaOpenWrt-TRUNK&amp;diff=289&amp;oldid=prev</id>
		<title>Panda: Created page with &quot;&lt;code&gt;$git clone git://git.openwrt.org/openwrt.git&lt;/code&gt; &lt;code&gt;$cd openwrt/&lt;/code&gt; &lt;code&gt;$cp feeds.conf.default feeds.conf&lt;/code&gt;  editare il fil feeds.conf appena creato &lt;co...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.bologna.ninux.org/mediawiki/index.php?title=CompilareDaOpenWrt-TRUNK&amp;diff=289&amp;oldid=prev"/>
				<updated>2016-02-04T17:25:53Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;code&amp;gt;$git clone git://git.openwrt.org/openwrt.git&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;$cd openwrt/&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;$cp feeds.conf.default feeds.conf&amp;lt;/code&amp;gt;  editare il fil feeds.conf appena creato &amp;lt;co...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;code&amp;gt;$git clone git://git.openwrt.org/openwrt.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;$cd openwrt/&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;$cp feeds.conf.default feeds.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
editare il fil feeds.conf appena creato&lt;br /&gt;
&amp;lt;code&amp;gt;$vi feeds.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
e aggiungere le seguenti linee&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;src-git lime https://github.com/libre-mesh/lime-packages.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;src-git libremap git://github.com/libremap/libremap-agent-openwrt.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;make clean &amp;amp;&amp;amp; git pull &amp;amp;&amp;amp; rm -rf feeds/lime &amp;amp;&amp;amp; rm -rf feeds/libremap &amp;amp;&amp;amp; scripts/feeds update -a &amp;amp;&amp;amp; scripts/feeds install -a &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;make menuconfig &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
then:&lt;br /&gt;
&lt;br /&gt;
* prima di tutto disabilitare &amp;quot;dnsmasq&amp;quot; in &amp;quot;Base System&amp;quot; &lt;br /&gt;
* andare in &amp;quot;LiMe&amp;quot; e selezionare &amp;quot;lime-full&amp;quot; (lime-full deve avere la selezione [*] e non [M], vedi nota sotto)&lt;br /&gt;
* in &amp;quot;LiMe&amp;quot; selezionare manualmente:&lt;br /&gt;
&lt;br /&gt;
  │ │                           -*- bmx6-auto-gw-mode..................... bmx6 auto Internet gateway module                      │ │&lt;br /&gt;
  │ │                           -*- dnsmasq-lease-share........ dnsmasq lease sharing accross batman-adv mesh                     │ │&lt;br /&gt;
  │ │                           -*- lime-debug........................................ libre-mesh debug utils                     │ │&lt;br /&gt;
  │ │                           -*- lime-eb-ip-tables.................. libre-mesh iptables/ebtables support                      │ │&lt;br /&gt;
  │ │                           -*- lime-map-agent....................................... LiMe LibreMap agent                     │ │&lt;br /&gt;
  │ │                           -*- lime-proto-anygw................................ LiMe anygw proto support                     │ │&lt;br /&gt;
  │ │                           -*- lime-proto-batadv.......................... LiMe batman-adv proto support                     │ │&lt;br /&gt;
  │ │                           -*- lime-proto-bmx6.................................. LiMe Bmx6 proto support                     │ │&lt;br /&gt;
  │ │                           -*- lime-system...................................... libre-mesh system files                     │ │&lt;br /&gt;
  │ │                           -*- lime-webui................... libre-mesh web user interface based on LUCI                     │ │&lt;br /&gt;
&lt;br /&gt;
esitare il file feeds/lime/packages/lime-system/files/etc/config/lime in modo che contenga:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Beware this file is not supposed to store specific configuration, like &amp;quot;config net eth0&amp;quot;&lt;br /&gt;
# System option&lt;br /&gt;
&lt;br /&gt;
config lime system&lt;br /&gt;
option  hostname 'NinuxBoNode-%M4%M5%M6'                                # Parametrizable hostname \Mn\ will be substituted with the n'th byte of the primary_dev MAC&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Network general option&lt;br /&gt;
&lt;br /&gt;
config lime network&lt;br /&gt;
option primary_interface eth0                                                 # The mac address of this device will be used in different places&lt;br /&gt;
option main_ipv4_address '10.51.%M5.%M6/16'                             # Parametrizablezable main IPv4 address \Mn\ will be substituted with the n'th byte of the primary_dev MAC&lt;br /&gt;
option main_ipv6_address '2001:db8::%M5%M6/64'                       # Parametrizablezableable main IPv6 address \Mn\ will be substituted with the n'th byte of the primary_dev MAC&lt;br /&gt;
list protocols adhoc&lt;br /&gt;
list protocols lan&lt;br /&gt;
list protocols anygw                                                                          # Refer to http://libre-mesh.org/projects/libre-mesh/wiki/Anygw&lt;br /&gt;
list protocols batadv:%N1                                               # Define virtual interface name es: bat0.11&lt;br /&gt;
list protocols bmx6:13                                                  # Define virtual interface name es: bm6.13&lt;br /&gt;
list resolvers 208.67.222.222                                          #        DNS servers node will use&lt;br /&gt;
list resolvers 2620:0:ccc::2                                           #open DNS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# WiFi general options&lt;br /&gt;
&lt;br /&gt;
config lime wifi  &lt;br /&gt;
option channel_2ghz '11'&lt;br /&gt;
option          channel_5ghz '48'&lt;br /&gt;
list modes 'ap'&lt;br /&gt;
list modes 'adhoc'&lt;br /&gt;
option ap_ssid                  'NinuxBO'&lt;br /&gt;
option adhoc_ssid 'NinuxBO-mesh'&lt;br /&gt;
option adhoc_bssid 'de:d1:c0:c0:d1:ce'                                 #vecchio mac:'ca:fe:00:c0:ff:ee'&lt;br /&gt;
option adhoc_mcast_rate_2ghz '24000'&lt;br /&gt;
option adhoc_mcast_rate_5ghz '6000'&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
quindi:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;make &amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Panda</name></author>	</entry>

	</feed>