parkrrrr / bdio

BDIOHID is firmware for Linux SBCs to convert non-HID Braille Displays to HID.
GNU General Public License v3.0
4 stars 0 forks source link

Make the OpenWRT config more standard #4

Open parkrrrr opened 4 years ago

parkrrrr commented 4 years ago

Right now we start with a modified branch of OpenWRT, then copy some files into that.

  1. Figure out what needs to be done to make the branch of OpenWRT suitable for a PR to the OpenWRT project. This might mean moving some config values around.
  2. Figure out how to use e.g. make diffconfig to do what needs to be done with the config.
  3. Move the buildme script out.
  4. Move all of the copying-to-OpenWRT stuff to a makefile somewhere.