Re: [OpenWrt-Devel] OpenWrt 19.03 plans

2019-02-26 Thread Mantas Pucka

Hi,

AP WDS is currently broken on ath10k-ct (possibly ath10k too),
it would be nice to get this PR merged for 19.03 release:
https://github.com/openwrt/openwrt/pull/1640


Best Regards,
Mantas

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] [packages] clean packages already moved to github

2015-03-11 Thread Mantas Pucka
Remove duplicate packages that can cause build issues when oldpackages
feed is enabled:

apcupsd
watchcat
less
dosfstools
l7-protocols
fakeidentd
libshout
ices
libmicrohttpd
libmicroxml
python-mysql

Signed-off-by: Mantas Pucka man...@8devices.com
---
 lang/pymysql/Makefile  |  51 
 lang/pymysql/patches/000-setup.patch   |  12 -
 lang/pymysql/patches/010-threadsafe.patch  |  11 -
 libs/libmicrohttpd/Makefile|  53 
 libs/libmicroxml/Makefile  |  53 
 libs/libshout/Makefile |  66 -
 libs/libshout/patches/120-vorbis-c.patch   |  11 -
 .../patches/140-no_example_doc_win32.patch |  17 --
 net/apcupsd/Makefile   |  74 -
 net/apcupsd/files/apccontrol   | 146 --
 net/apcupsd/files/apcupsd.conf | 322 -
 net/apcupsd/files/apcupsd.init |  12 -
 net/apcupsd/files/apcupsd_mail.conf|   7 -
 net/apcupsd/files/changeme |  17 --
 net/apcupsd/files/commfailure  |  17 --
 net/apcupsd/files/commok   |  17 --
 net/apcupsd/files/offbattery   |  17 --
 net/apcupsd/files/onbattery|  17 --
 net/apcupsd/patches/010-fix-include-paths.patch|  13 -
 net/fakeidentd/Makefile|  46 ---
 net/fakeidentd/files/fakeidentd.init   |  12 -
 net/l7-protocols/Makefile  |  78 -
 .../patches/100-testing_crosscompile.patch |  27 --
 net/l7-protocols/patches/101-testing-timeit.patch  | 102 ---
 .../patches/102-testing-doallspeeds.patch  |  16 -
 sound/ices/Makefile|  59 
 utils/dosfstools/Makefile  |  96 --
 utils/dosfstools/files/dosfsck.sh  |  30 --
 .../dosfstools/patches/002-linux_26_headers.patch  |  54 
 utils/less/Makefile|  88 --
 utils/watchcat/Makefile|  44 ---
 utils/watchcat/files/initd_watchcat| 108 ---
 utils/watchcat/files/uci_defaults_watchcat |  10 -
 utils/watchcat/files/watchcat.sh   |  69 -
 40 files changed, 1977 deletions(-)
 delete mode 100644 lang/pymysql/Makefile
 delete mode 100644 lang/pymysql/patches/000-setup.patch
 delete mode 100644 lang/pymysql/patches/010-threadsafe.patch
 delete mode 100644 libs/libmicrohttpd/Makefile
 delete mode 100644 libs/libmicroxml/Makefile
 delete mode 100644 libs/libshout/Makefile
 delete mode 100644 libs/libshout/patches/120-vorbis-c.patch
 delete mode 100644 libs/libshout/patches/140-no_example_doc_win32.patch
 delete mode 100644 net/apcupsd/Makefile
 delete mode 100644 net/apcupsd/files/apccontrol
 delete mode 100644 net/apcupsd/files/apcupsd.conf
 delete mode 100644 net/apcupsd/files/apcupsd.init
 delete mode 100644 net/apcupsd/files/apcupsd_mail.conf
 delete mode 100644 net/apcupsd/files/changeme
 delete mode 100644 net/apcupsd/files/commfailure
 delete mode 100644 net/apcupsd/files/commok
 delete mode 100644 net/apcupsd/files/offbattery
 delete mode 100644 net/apcupsd/files/onbattery
 delete mode 100644 net/apcupsd/patches/010-fix-include-paths.patch
 delete mode 100644 net/fakeidentd/Makefile
 delete mode 100644 net/fakeidentd/files/fakeidentd.init
 delete mode 100644 net/l7-protocols/Makefile
 delete mode 100644 net/l7-protocols/patches/100-testing_crosscompile.patch
 delete mode 100644 net/l7-protocols/patches/101-testing-timeit.patch
 delete mode 100644 net/l7-protocols/patches/102-testing-doallspeeds.patch
 delete mode 100644 net/vpnc-scripts/Makefile
 delete mode 100644 net/vpnc-scripts/files/etc/vpnc/connect.d/ifstate
 delete mode 100644 net/vpnc/Makefile
 delete mode 100644 net/vpnc/patches/001-cross.patch
 delete mode 100644 net/vpnc/patches/002-vpn_script.patch
 delete mode 100644 net/vpnc/patches/003-no_makeman.patch
 delete mode 100644 sound/ices/Makefile
 delete mode 100644 utils/dosfstools/Makefile
 delete mode 100644 utils/dosfstools/files/dosfsck.sh
 delete mode 100644 utils/dosfstools/patches/002-linux_26_headers.patch
 delete mode 100644 utils/less/Makefile
 delete mode 100644 utils/watchcat/Makefile
 delete mode 100644 utils/watchcat/files/initd_watchcat
 delete mode 100644 utils/watchcat/files/uci_defaults_watchcat
 delete mode 100644 utils/watchcat/files/watchcat.sh

diff --git a/lang/pymysql/Makefile b/lang/pymysql/Makefile
deleted file mode 100644
index 4669591..000
--- a/lang/pymysql/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# Copyright (C) 2007-2008 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=MySQL-python
-PKG_VERSION:=1.2.2
-PKG_RELEASE:=1

Re: [OpenWrt-Devel] [PATCH RESEND] ar71xx: update Carambola2 platform data

2014-08-04 Thread Mantas Pucka
This patch is marked 'Accepted' in patchwork [1], but not yet merged to 
trunk. Is there any problem with it (formatting, applying, etc.), or 
it's just a normal delay?


[1] http://patchwork.openwrt.org/patch/5919/

On 2014.07.16 09:58, Mantas Pucka wrote:

Change list:
  * Remove button info on GPIO12, there is no button there.
  * Remove nvram mtd partition, as it's not used for anything, saves 64k for 
user data.

Tested building for carambola2 target.

Signed-off-by: Mantas Pucka man...@8devices.com
---
  target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c | 9 -
  target/linux/ar71xx/image/Makefile  | 2 +-
  2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c 
b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
index e7bc861..babe101 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
@@ -25,7 +25,6 @@
  #define CARAMBOLA2_GPIO_LED_ETH1  13

  #define CARAMBOLA2_GPIO_BTN_JUMPSTART 11
-#define CARAMBOLA2_GPIO_BTN_RESET  12

  #define CARAMBOLA2_KEYS_POLL_INTERVAL 20  /* msecs */
  #define CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL (3 * 
CARAMBOLA2_KEYS_POLL_INTERVAL)
@@ -60,14 +59,6 @@ static struct gpio_keys_button carambola2_gpio_keys[] 
__initdata = {
.gpio   = CARAMBOLA2_GPIO_BTN_JUMPSTART,
.active_low = 1,
},
-   {
-   .desc   = reset button,
-   .type   = EV_KEY,
-   .code   = KEY_RESTART,
-   .debounce_interval = CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL,
-   .gpio   = CARAMBOLA2_GPIO_BTN_RESET,
-   .active_low = 1,
-   }
  };

  static void __init carambola2_common_setup(void)
diff --git a/target/linux/ar71xx/image/Makefile 
b/target/linux/ar71xx/image/Makefile
index 822f95d..2b88a8f 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -248,7 +248,7 @@ 
ap96_mtdlayout=mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),17
  
ap113_mtd_layout=mtdparts=spi0.0:64k(u-boot),3008k(rootfs),896k(uImage),64k(NVRAM),64k(ART),3904k@0x1(firmware)
  
ap121_mtdlayout_2M=mtdparts=spi0.0:64k(u-boot)ro,1216k(rootfs),704k(kernel),64k(art)ro,1920k@0x1(firmware)
  
ap121_mtdlayout_4M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,2752k(rootfs),896k(kernel),64k(nvram),64k(art)ro,3648k@0x5(firmware)
-carambola2_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,15936k(firmware),64k(nvram),64k(art)ro
+carambola2_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro
  
ap132_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),6400k(rootfs),64k(art),7808k@0x5(firmware)
  
ap135_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,14528k(rootfs),1472k(kernel),64k(art)ro,16000k@0x5(firmware)
  
ap136_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6336k(rootfs),1408k(kernel),64k(mib0),64k(art)ro,7744k@0x5(firmware)


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH RESEND] ar71xx: update Carambola2 platform data

2014-07-16 Thread Mantas Pucka
Change list:
 * Remove button info on GPIO12, there is no button there.
 * Remove nvram mtd partition, as it's not used for anything, saves 64k for 
user data.

Tested building for carambola2 target.

Signed-off-by: Mantas Pucka man...@8devices.com
---
 target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c | 9 -
 target/linux/ar71xx/image/Makefile  | 2 +-
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c 
b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
index e7bc861..babe101 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
@@ -25,7 +25,6 @@
 #define CARAMBOLA2_GPIO_LED_ETH1   13
 
 #define CARAMBOLA2_GPIO_BTN_JUMPSTART  11
-#define CARAMBOLA2_GPIO_BTN_RESET  12
 
 #define CARAMBOLA2_KEYS_POLL_INTERVAL  20  /* msecs */
 #define CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL  (3 * 
CARAMBOLA2_KEYS_POLL_INTERVAL)
@@ -60,14 +59,6 @@ static struct gpio_keys_button carambola2_gpio_keys[] 
__initdata = {
.gpio   = CARAMBOLA2_GPIO_BTN_JUMPSTART,
.active_low = 1,
},
-   {
-   .desc   = reset button,
-   .type   = EV_KEY,
-   .code   = KEY_RESTART,
-   .debounce_interval = CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL,
-   .gpio   = CARAMBOLA2_GPIO_BTN_RESET,
-   .active_low = 1,
-   }
 };
 
 static void __init carambola2_common_setup(void)
diff --git a/target/linux/ar71xx/image/Makefile 
b/target/linux/ar71xx/image/Makefile
index 822f95d..2b88a8f 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -248,7 +248,7 @@ 
ap96_mtdlayout=mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),17
 
ap113_mtd_layout=mtdparts=spi0.0:64k(u-boot),3008k(rootfs),896k(uImage),64k(NVRAM),64k(ART),3904k@0x1(firmware)
 
ap121_mtdlayout_2M=mtdparts=spi0.0:64k(u-boot)ro,1216k(rootfs),704k(kernel),64k(art)ro,1920k@0x1(firmware)
 
ap121_mtdlayout_4M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,2752k(rootfs),896k(kernel),64k(nvram),64k(art)ro,3648k@0x5(firmware)
-carambola2_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,15936k(firmware),64k(nvram),64k(art)ro
+carambola2_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro
 
ap132_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),6400k(rootfs),64k(art),7808k@0x5(firmware)
 
ap135_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,14528k(rootfs),1472k(kernel),64k(art)ro,16000k@0x5(firmware)
 
ap136_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6336k(rootfs),1408k(kernel),64k(mib0),64k(art)ro,7744k@0x5(firmware)
-- 
1.8.1.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] ar71xx: update Carambola2 platform data

2014-07-15 Thread Mantas Pucka
Tested building for carambola2 target.

Signed-off-by: Mantas Pucka man...@8devices.com
---
 target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c | 9 -
 target/linux/ar71xx/image/Makefile  | 2 +-
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c 
b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
index e7bc861..babe101 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
@@ -25,7 +25,6 @@
 #define CARAMBOLA2_GPIO_LED_ETH1   13
 
 #define CARAMBOLA2_GPIO_BTN_JUMPSTART  11
-#define CARAMBOLA2_GPIO_BTN_RESET  12
 
 #define CARAMBOLA2_KEYS_POLL_INTERVAL  20  /* msecs */
 #define CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL  (3 * 
CARAMBOLA2_KEYS_POLL_INTERVAL)
@@ -60,14 +59,6 @@ static struct gpio_keys_button carambola2_gpio_keys[] 
__initdata = {
.gpio   = CARAMBOLA2_GPIO_BTN_JUMPSTART,
.active_low = 1,
},
-   {
-   .desc   = reset button,
-   .type   = EV_KEY,
-   .code   = KEY_RESTART,
-   .debounce_interval = CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL,
-   .gpio   = CARAMBOLA2_GPIO_BTN_RESET,
-   .active_low = 1,
-   }
 };
 
 static void __init carambola2_common_setup(void)
diff --git a/target/linux/ar71xx/image/Makefile 
b/target/linux/ar71xx/image/Makefile
index 822f95d..2b88a8f 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -248,7 +248,7 @@ 
ap96_mtdlayout=mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),17
 
ap113_mtd_layout=mtdparts=spi0.0:64k(u-boot),3008k(rootfs),896k(uImage),64k(NVRAM),64k(ART),3904k@0x1(firmware)
 
ap121_mtdlayout_2M=mtdparts=spi0.0:64k(u-boot)ro,1216k(rootfs),704k(kernel),64k(art)ro,1920k@0x1(firmware)
 
ap121_mtdlayout_4M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,2752k(rootfs),896k(kernel),64k(nvram),64k(art)ro,3648k@0x5(firmware)
-carambola2_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,15936k(firmware),64k(nvram),64k(art)ro
+carambola2_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro
 
ap132_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),6400k(rootfs),64k(art),7808k@0x5(firmware)
 
ap135_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,14528k(rootfs),1472k(kernel),64k(art)ro,16000k@0x5(firmware)
 
ap136_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6336k(rootfs),1408k(kernel),64k(mib0),64k(art)ro,7744k@0x5(firmware)
-- 
1.8.1.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] ar71xx: update Carambola2 platform data

2014-07-15 Thread Mantas Pucka

Sorry, change list got cut off in previous mail:

ar71xx: update Carambola2 platform data

 * Remove button info on GPIO12, there is no button there.
 * Remove nvram mtd partition, as it's not used for anything, saves 
64k for user data

Tested building for carambola2 target.

Signed-off-by: Mantas Pucka man...@8devices.com
---
  target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c | 9 -
  target/linux/ar71xx/image/Makefile  | 2 +-
  2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c 
b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
index e7bc861..babe101 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-carambola2.c
@@ -25,7 +25,6 @@
  #define CARAMBOLA2_GPIO_LED_ETH1  13
  
  #define CARAMBOLA2_GPIO_BTN_JUMPSTART		11

-#define CARAMBOLA2_GPIO_BTN_RESET  12
  
  #define CARAMBOLA2_KEYS_POLL_INTERVAL		20	/* msecs */

  #define CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL (3 * 
CARAMBOLA2_KEYS_POLL_INTERVAL)
@@ -60,14 +59,6 @@ static struct gpio_keys_button carambola2_gpio_keys[] 
__initdata = {
.gpio   = CARAMBOLA2_GPIO_BTN_JUMPSTART,
.active_low = 1,
},
-   {
-   .desc   = reset button,
-   .type   = EV_KEY,
-   .code   = KEY_RESTART,
-   .debounce_interval = CARAMBOLA2_KEYS_DEBOUNCE_INTERVAL,
-   .gpio   = CARAMBOLA2_GPIO_BTN_RESET,
-   .active_low = 1,
-   }
  };
  
  static void __init carambola2_common_setup(void)

diff --git a/target/linux/ar71xx/image/Makefile 
b/target/linux/ar71xx/image/Makefile
index 822f95d..2b88a8f 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -248,7 +248,7 @@ 
ap96_mtdlayout=mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),17
  
ap113_mtd_layout=mtdparts=spi0.0:64k(u-boot),3008k(rootfs),896k(uImage),64k(NVRAM),64k(ART),3904k@0x1(firmware)
  
ap121_mtdlayout_2M=mtdparts=spi0.0:64k(u-boot)ro,1216k(rootfs),704k(kernel),64k(art)ro,1920k@0x1(firmware)
  
ap121_mtdlayout_4M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,2752k(rootfs),896k(kernel),64k(nvram),64k(art)ro,3648k@0x5(firmware)
-carambola2_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,15936k(firmware),64k(nvram),64k(art)ro
+carambola2_mtdlayout_16M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro
  
ap132_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),6400k(rootfs),64k(art),7808k@0x5(firmware)
  
ap135_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,14528k(rootfs),1472k(kernel),64k(art)ro,16000k@0x5(firmware)
  
ap136_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6336k(rootfs),1408k(kernel),64k(mib0),64k(art)ro,7744k@0x5(firmware)

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel