ffulm / firmware

The Firmware for the Freifunk Ulm Community
http://www.freifunk-ulm.de/
Other
11 stars 14 forks source link

Fixed git refs warning (issue #22) | Updated README build commands #23

Closed chankruze closed 5 years ago

chankruze commented 5 years ago

Reference : Issue #22

mwarning commented 5 years ago

hm, have you tried it? I do not think this will work.

chankruze commented 5 years ago

Yes i tried ... it is working. No 40 hex characters warning while building .

...
...
chankruze@resonance-2:~/openwrt$ ls
BSDmakefile  Config.in  feeds.conf          files     include  Makefile  README    scripts      target  toolchain
config       feeds      feeds.conf.default  firmware  LICENSE  package   rules.mk  staging_dir  tmp     tools
chankruze@resonance-2:~/openwrt$ git am --whitespace=nowarn firmware/patches/routing/*.patch
Applying: alfred: adjust intervals
chankruze@resonance-2:~/openwrt$ nano firmware/patches/routing/*.patch
chankruze@resonance-2:~/openwrt$ nano firmware/patches/openwrt/*.patch
chankruze@resonance-2:~/openwrt$ make menuconfig
Collecting package info: done
Collecting target info: done
configuration written to .config

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

chankruze@resonance-2:~/openwrt$ make menuconfig

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

chankruze@resonance-2:~/openwrt$ make -j4
...
...