Skip to content

Instantly share code, notes, and snippets.

View aneek's full-sized avatar

Aneek Mukhopadhyay aneek

  • Düsseldorf
  • 04:11 (UTC +02:00)
View GitHub Profile
make -C tools
make[1]: Entering directory '/home/aneek/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/aneek/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
/home/aneek/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916/tools/bin2h
chipset = mt7650u
chipset = mt7630u
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/aneek/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/Makefile
make -C /lib/modules/4.15.0-20-generic/build SUBDIRS=/home/aneek/Downloads/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux modules
@aneek
aneek / etc-init.d-hello-world
Created December 15, 2019 07:00 — forked from josephspurrier/etc-init.d-hello-world
/etc/init.d Script for Go Application
#!/bin/bash
#
# chkconfig: 35 95 05
# description: Hello world application.
# Run at startup: sudo chkconfig hello-world on
# Load functions from library
. /etc/init.d/functions