Re: Oscam for Qbox HD
oscam-svn7536-sh4-qboxhd-webif-Distribution.
Changeset 7536
webif: Fix webif behaviour when opened through apache's mod_proxy.
If the oscam-webif is invoked via apache mod_proxy the uriok check
failed strncmp was invoked only for the last path
Patch by fu_man_tschu. Fixes ticket #2793.
Changeset 7535
led: Try to guess the correct machine type in order to use the LEDs.
After this patch the LED code for NSLU2, WRT350NV2 and DOCKSTAR is
exactly the same, the ifdefs are gone.
Changeset 7534
Move led code in module-led.{c,h} and add LEDSUPPORT config.
That cleans up a lot of code. The changes were compile tested
on x86, dockstar (arm) and qboxhd (sh4) with LEDSUPPORT enabled
and disabled.
Changeset 7533
lcd: Create module-lcd.h file.
7532: build: Add qboxhd target in Makefile.extra
7531: build: Prevent users from setting BUILD_DIR
oscam-svn7536-sh4-qboxhd-webif-Distribution.
Changeset 7536
webif: Fix webif behaviour when opened through apache's mod_proxy.
If the oscam-webif is invoked via apache mod_proxy the uriok check
failed strncmp was invoked only for the last path
Patch by fu_man_tschu. Fixes ticket #2793.
Changeset 7535
led: Try to guess the correct machine type in order to use the LEDs.
After this patch the LED code for NSLU2, WRT350NV2 and DOCKSTAR is
exactly the same, the ifdefs are gone.
Changeset 7534
Move led code in module-led.{c,h} and add LEDSUPPORT config.
That cleans up a lot of code. The changes were compile tested
on x86, dockstar (arm) and qboxhd (sh4) with LEDSUPPORT enabled
and disabled.
Changeset 7533
lcd: Create module-lcd.h file.
7532: build: Add qboxhd target in Makefile.extra
7531: build: Prevent users from setting BUILD_DIR
Comment