it would seem of_led_get() is depreciated and the use of devm_of_led_get() is the correct function to use.
switching to this function fixed my problem, it would seem the function was removed between building my code under Linux and OpenWrt code.